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