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