Enum DocblockTagKind
pub enum DocblockTagKind {
Param,
Return,
Throws,
Var,
Property,
Method,
Template,
Deprecated,
Since,
See,
Other,
}Expand description
Common PHPDoc tag kind metadata.
Variants§
Implementations§
§impl DocblockTagKind
impl DocblockTagKind
Trait Implementations§
§impl Clone for DocblockTagKind
impl Clone for DocblockTagKind
§fn clone(&self) -> DocblockTagKind
fn clone(&self) -> DocblockTagKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for DocblockTagKind
impl Debug for DocblockTagKind
§impl Display for DocblockTagKind
impl Display for DocblockTagKind
§impl FromStr for DocblockTagKind
impl FromStr for DocblockTagKind
§impl Hash for DocblockTagKind
impl Hash for DocblockTagKind
§impl Ord for DocblockTagKind
impl Ord for DocblockTagKind
§impl PartialEq for DocblockTagKind
impl PartialEq for DocblockTagKind
§impl PartialOrd for DocblockTagKind
impl PartialOrd for DocblockTagKind
impl Copy for DocblockTagKind
impl Eq for DocblockTagKind
impl StructuralPartialEq for DocblockTagKind
Auto Trait Implementations§
impl Freeze for DocblockTagKind
impl RefUnwindSafe for DocblockTagKind
impl Send for DocblockTagKind
impl Sync for DocblockTagKind
impl Unpin for DocblockTagKind
impl UnsafeUnpin for DocblockTagKind
impl UnwindSafe for DocblockTagKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more