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