pub enum InvalidHeaderCause {
FormatNotFulfilled,
UnrecognizedValue,
}Variants§
FormatNotFulfilled
The header format was not fulfilled. For example, the header did not specify a CFV, and/or the memory pointer length.
UnrecognizedValue
The value was not recognized.
Implementations§
Auto Trait Implementations§
impl Freeze for InvalidHeaderCause
impl RefUnwindSafe for InvalidHeaderCause
impl Send for InvalidHeaderCause
impl Sync for InvalidHeaderCause
impl Unpin for InvalidHeaderCause
impl UnsafeUnpin for InvalidHeaderCause
impl UnwindSafe for InvalidHeaderCause
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