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