pub struct MTxUsed(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for MTxUsed
impl Ord for MTxUsed
Source§impl PartialOrd for MTxUsed
impl PartialOrd for MTxUsed
impl Copy for MTxUsed
impl Eq for MTxUsed
impl StructuralPartialEq for MTxUsed
Auto Trait Implementations§
impl Freeze for MTxUsed
impl RefUnwindSafe for MTxUsed
impl Send for MTxUsed
impl Sync for MTxUsed
impl Unpin for MTxUsed
impl UnwindSafe for MTxUsed
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