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