Struct modio_logger_db::Transaction
source · pub struct Transaction { /* private fields */ }Trait Implementations
sourceimpl Debug for Transaction
impl Debug for Transaction
sourceimpl From<Transaction> for Transaction
impl From<Transaction> for Transaction
sourcefn from(f: Transaction) -> Self
fn from(f: Transaction) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for Transaction
impl Send for Transaction
impl Sync for Transaction
impl Unpin for Transaction
impl UnwindSafe for Transaction
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more