pub struct TransactionCommitResult {}Expand description
Result of committing a transaction (empty on success).
Trait Implementations§
Source§impl Clone for TransactionCommitResult
impl Clone for TransactionCommitResult
Source§fn clone(&self) -> TransactionCommitResult
fn clone(&self) -> TransactionCommitResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TransactionCommitResult
impl Debug for TransactionCommitResult
Source§impl<'de> Deserialize<'de> for TransactionCommitResult
impl<'de> Deserialize<'de> for TransactionCommitResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for TransactionCommitResult
impl RefUnwindSafe for TransactionCommitResult
impl Send for TransactionCommitResult
impl Sync for TransactionCommitResult
impl Unpin for TransactionCommitResult
impl UnsafeUnpin for TransactionCommitResult
impl UnwindSafe for TransactionCommitResult
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