pub enum ExtensionsError {
OverflowExtensionLen,
}Variants§
OverflowExtensionLen
Extension length field overflows
Trait Implementations§
Source§impl Debug for ExtensionsError
impl Debug for ExtensionsError
Source§impl PartialEq for ExtensionsError
impl PartialEq for ExtensionsError
impl StructuralPartialEq for ExtensionsError
Auto Trait Implementations§
impl Freeze for ExtensionsError
impl RefUnwindSafe for ExtensionsError
impl Send for ExtensionsError
impl Sync for ExtensionsError
impl Unpin for ExtensionsError
impl UnwindSafe for ExtensionsError
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