pub struct TxIdSlot { /* private fields */ }Implementations§
Trait Implementations§
impl Copy for TxIdSlot
impl Eq for TxIdSlot
impl StructuralPartialEq for TxIdSlot
Auto Trait Implementations§
impl Freeze for TxIdSlot
impl RefUnwindSafe for TxIdSlot
impl Send for TxIdSlot
impl Sync for TxIdSlot
impl Unpin for TxIdSlot
impl UnsafeUnpin for TxIdSlot
impl UnwindSafe for TxIdSlot
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