pub enum TlsExtError {
InvalidLength,
NoData,
EntryOverflow,
}Variants§
InvalidLength
Invalid Extension data length
NoData
No available data (e.g. empty)
EntryOverflow
One of the entries overflows
Trait Implementations§
Source§impl Debug for TlsExtError
impl Debug for TlsExtError
Source§impl PartialEq for TlsExtError
impl PartialEq for TlsExtError
impl StructuralPartialEq for TlsExtError
Auto Trait Implementations§
impl Freeze for TlsExtError
impl RefUnwindSafe for TlsExtError
impl Send for TlsExtError
impl Sync for TlsExtError
impl Unpin for TlsExtError
impl UnwindSafe for TlsExtError
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