pub enum MagicName {
Class,
Dir,
File,
Function,
Line,
Method,
Namespace,
Trait,
Property,
}Variants§
Trait Implementations§
impl StructuralPartialEq for MagicName
Auto Trait Implementations§
impl Freeze for MagicName
impl RefUnwindSafe for MagicName
impl Send for MagicName
impl Sync for MagicName
impl Unpin for MagicName
impl UnwindSafe for MagicName
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