Enum PhpClassLikeKind
pub enum PhpClassLikeKind {
Class,
Interface,
Trait,
Enum,
}Expand description
PHP class-like symbol kind metadata.
Variants§
Implementations§
§impl PhpClassLikeKind
impl PhpClassLikeKind
Trait Implementations§
§impl Clone for PhpClassLikeKind
impl Clone for PhpClassLikeKind
§fn clone(&self) -> PhpClassLikeKind
fn clone(&self) -> PhpClassLikeKind
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 PhpClassLikeKind
impl Debug for PhpClassLikeKind
§impl Hash for PhpClassLikeKind
impl Hash for PhpClassLikeKind
§impl Ord for PhpClassLikeKind
impl Ord for PhpClassLikeKind
§fn cmp(&self, other: &PhpClassLikeKind) -> Ordering
fn cmp(&self, other: &PhpClassLikeKind) -> 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 PhpClassLikeKind
impl PartialEq for PhpClassLikeKind
§impl PartialOrd for PhpClassLikeKind
impl PartialOrd for PhpClassLikeKind
impl Copy for PhpClassLikeKind
impl Eq for PhpClassLikeKind
impl StructuralPartialEq for PhpClassLikeKind
Auto Trait Implementations§
impl Freeze for PhpClassLikeKind
impl RefUnwindSafe for PhpClassLikeKind
impl Send for PhpClassLikeKind
impl Sync for PhpClassLikeKind
impl Unpin for PhpClassLikeKind
impl UnsafeUnpin for PhpClassLikeKind
impl UnwindSafe for PhpClassLikeKind
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