#[repr(C)]pub struct ExceptionContext {}Trait Implementations§
Source§impl Clone for ExceptionContext
impl Clone for ExceptionContext
Source§fn clone(&self) -> ExceptionContext
fn clone(&self) -> ExceptionContext
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 ExceptionContext
impl Debug for ExceptionContext
Source§impl FromBytes for ExceptionContext
impl FromBytes for ExceptionContext
Source§impl FromZeros for ExceptionContext
impl FromZeros for ExceptionContext
Source§impl IntoBytes for ExceptionContext
impl IntoBytes for ExceptionContext
Source§impl PartialEq for ExceptionContext
impl PartialEq for ExceptionContext
Source§impl TryFromBytes for ExceptionContext
impl TryFromBytes for ExceptionContext
Source§fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Source§fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Source§fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
impl Copy for ExceptionContext
impl Eq for ExceptionContext
impl StructuralPartialEq for ExceptionContext
Auto Trait Implementations§
impl Freeze for ExceptionContext
impl RefUnwindSafe for ExceptionContext
impl Send for ExceptionContext
impl Sync for ExceptionContext
impl Unpin for ExceptionContext
impl UnwindSafe for ExceptionContext
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