pub enum InTx {}Auto Trait Implementations§
impl Freeze for InTx
impl RefUnwindSafe for InTx
impl Send for InTx
impl Sync for InTx
impl Unpin for InTx
impl UnsafeUnpin for InTx
impl UnwindSafe for InTx
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