pub struct NotSymbol(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl Freeze for NotSymbol
impl RefUnwindSafe for NotSymbol
impl Send for NotSymbol
impl Sync for NotSymbol
impl Unpin for NotSymbol
impl UnsafeUnpin for NotSymbol
impl UnwindSafe for NotSymbol
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