pub enum CTransaction {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for CTransaction
impl RefUnwindSafe for CTransaction
impl Send for CTransaction
impl Sync for CTransaction
impl Unpin for CTransaction
impl UnwindSafe for CTransaction
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