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