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