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