Struct s2n_quic_core::frame::FitError
source · [−]pub struct FitError;Expand description
Indicates the packet will not fit into the provided capacity
Trait Implementations
impl Copy for FitError
Auto Trait Implementations
impl RefUnwindSafe for FitError
impl Send for FitError
impl Sync for FitError
impl Unpin for FitError
impl UnwindSafe for FitError
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