pub enum PhpMemberKind {
Method,
Property,
Constant,
Case,
}Expand description
PHP member kind metadata.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PhpMemberKind
impl Clone for PhpMemberKind
Source§fn clone(&self) -> PhpMemberKind
fn clone(&self) -> PhpMemberKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PhpMemberKind
impl Debug for PhpMemberKind
Source§impl Hash for PhpMemberKind
impl Hash for PhpMemberKind
Source§impl Ord for PhpMemberKind
impl Ord for PhpMemberKind
Source§fn cmp(&self, other: &PhpMemberKind) -> Ordering
fn cmp(&self, other: &PhpMemberKind) -> Ordering
1.21.0 (const: unstable) · 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
Source§impl PartialEq for PhpMemberKind
impl PartialEq for PhpMemberKind
Source§fn eq(&self, other: &PhpMemberKind) -> bool
fn eq(&self, other: &PhpMemberKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PhpMemberKind
impl PartialOrd for PhpMemberKind
impl Copy for PhpMemberKind
impl Eq for PhpMemberKind
impl StructuralPartialEq for PhpMemberKind
Auto Trait Implementations§
impl Freeze for PhpMemberKind
impl RefUnwindSafe for PhpMemberKind
impl Send for PhpMemberKind
impl Sync for PhpMemberKind
impl Unpin for PhpMemberKind
impl UnsafeUnpin for PhpMemberKind
impl UnwindSafe for PhpMemberKind
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