Enum PhpDeclarationKind
pub enum PhpDeclarationKind {
Class,
Interface,
Trait,
Enum,
Function,
Method,
Property,
Constant,
}Variants§
Implementations§
§impl PhpDeclarationKind
impl PhpDeclarationKind
pub const ALL: &'static [PhpDeclarationKind]
pub const fn as_str(self) -> &'static str
Trait Implementations§
§impl Clone for PhpDeclarationKind
impl Clone for PhpDeclarationKind
§fn clone(&self) -> PhpDeclarationKind
fn clone(&self) -> PhpDeclarationKind
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 PhpDeclarationKind
impl Debug for PhpDeclarationKind
§impl Display for PhpDeclarationKind
impl Display for PhpDeclarationKind
§impl FromStr for PhpDeclarationKind
impl FromStr for PhpDeclarationKind
§impl Hash for PhpDeclarationKind
impl Hash for PhpDeclarationKind
§impl Ord for PhpDeclarationKind
impl Ord for PhpDeclarationKind
§fn cmp(&self, other: &PhpDeclarationKind) -> Ordering
fn cmp(&self, other: &PhpDeclarationKind) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialEq for PhpDeclarationKind
impl PartialEq for PhpDeclarationKind
§impl PartialOrd for PhpDeclarationKind
impl PartialOrd for PhpDeclarationKind
impl Copy for PhpDeclarationKind
impl Eq for PhpDeclarationKind
impl StructuralPartialEq for PhpDeclarationKind
Auto Trait Implementations§
impl Freeze for PhpDeclarationKind
impl RefUnwindSafe for PhpDeclarationKind
impl Send for PhpDeclarationKind
impl Sync for PhpDeclarationKind
impl Unpin for PhpDeclarationKind
impl UnsafeUnpin for PhpDeclarationKind
impl UnwindSafe for PhpDeclarationKind
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