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