Struct s2n_quic_core::path::MaxMtuError
source · [−]pub struct MaxMtuError(_);Trait Implementations
sourceimpl Debug for MaxMtuError
impl Debug for MaxMtuError
Auto Trait Implementations
impl RefUnwindSafe for MaxMtuError
impl Send for MaxMtuError
impl Sync for MaxMtuError
impl Unpin for MaxMtuError
impl UnwindSafe for MaxMtuError
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