Struct s2n_quic_core::varint::VarIntError
source · [−]pub struct VarIntError;Trait Implementations
sourceimpl Debug for VarIntError
impl Debug for VarIntError
sourceimpl From<VarIntError> for Error
impl From<VarIntError> for Error
Implements conversion from crypto errors
See Error::crypto_error for more details
sourcefn from(_: VarIntError) -> Self
fn from(_: VarIntError) -> Self
Converts to this type from the input type.
sourceimpl From<VarIntError> for ValidationError
impl From<VarIntError> for ValidationError
sourcefn from(_: VarIntError) -> Self
fn from(_: VarIntError) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for VarIntError
impl Send for VarIntError
impl Sync for VarIntError
impl Unpin for VarIntError
impl UnwindSafe for VarIntError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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