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