pub struct Nasal;
Implementations§
Auto Trait Implementations§
impl Freeze for Nasal
impl RefUnwindSafe for Nasal
impl Send for Nasal
impl Sync for Nasal
impl Unpin for Nasal
impl UnwindSafe for Nasal
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