pub struct IncompatibleTransactionSnafu;Expand description
SNAFU context selector for the Error::IncompatibleTransaction variant
Trait Implementations§
Source§impl Clone for IncompatibleTransactionSnafu
impl Clone for IncompatibleTransactionSnafu
Source§fn clone(&self) -> IncompatibleTransactionSnafu
fn clone(&self) -> IncompatibleTransactionSnafu
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IncompatibleTransactionSnafu
Source§impl Debug for IncompatibleTransactionSnafu
impl Debug for IncompatibleTransactionSnafu
Auto Trait Implementations§
impl Freeze for IncompatibleTransactionSnafu
impl RefUnwindSafe for IncompatibleTransactionSnafu
impl Send for IncompatibleTransactionSnafu
impl Sync for IncompatibleTransactionSnafu
impl Unpin for IncompatibleTransactionSnafu
impl UnsafeUnpin for IncompatibleTransactionSnafu
impl UnwindSafe for IncompatibleTransactionSnafu
Blanket Implementations§
impl<T> Allocation for T
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