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