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