pub struct Transaction<'a, 'slice> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'slice> Freeze for Transaction<'a, 'slice>
impl<'a, 'slice> RefUnwindSafe for Transaction<'a, 'slice>
impl<'a, 'slice> Send for Transaction<'a, 'slice>
impl<'a, 'slice> Sync for Transaction<'a, 'slice>
impl<'a, 'slice> Unpin for Transaction<'a, 'slice>
impl<'a, 'slice> !UnwindSafe for Transaction<'a, 'slice>
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