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