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