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