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