#[repr(transparent)]pub struct AbortWrapper {
pub data: Abort,
}
Fields§
§data: Abort
Implementations§
Source§impl AbortWrapper
impl AbortWrapper
pub fn into_inner(self) -> Abort
Trait Implementations§
Source§impl AsRef<Abort> for AbortWrapper
impl AsRef<Abort> for AbortWrapper
Source§impl Clone for AbortWrapper
impl Clone for AbortWrapper
Source§fn clone(&self) -> AbortWrapper
fn clone(&self) -> AbortWrapper
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 AbortWrapper
impl Debug for AbortWrapper
Source§impl Deref for AbortWrapper
impl Deref for AbortWrapper
Source§impl<'de> Deserialize<'de> for AbortWrapper
impl<'de> Deserialize<'de> for AbortWrapper
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
Source§impl From<AbortWrapper> for TransactionAction
impl From<AbortWrapper> for TransactionAction
Source§fn from(val: AbortWrapper) -> Self
fn from(val: AbortWrapper) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AbortWrapper
impl RefUnwindSafe for AbortWrapper
impl Send for AbortWrapper
impl Sync for AbortWrapper
impl Unpin for AbortWrapper
impl UnwindSafe for AbortWrapper
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