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