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