pub enum Specifier {
Def,
Over,
Class,
}Expand description
An enum that identifies the possible specifiers for a PrimSpec.
Variants§
Trait Implementations§
impl Copy for Specifier
impl StructuralPartialEq for Specifier
Auto Trait Implementations§
impl Freeze for Specifier
impl RefUnwindSafe for Specifier
impl Send for Specifier
impl Sync for Specifier
impl Unpin for Specifier
impl UnsafeUnpin for Specifier
impl UnwindSafe for Specifier
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