pub enum SexprHeaderError {
CouldNotConvertFromSlice,
}Expand description
Error for SexprHeader.
Variants§
CouldNotConvertFromSlice
Couldn’t convert from &[u8] to SexprHeader.
Trait Implementations§
Source§impl Clone for SexprHeaderError
impl Clone for SexprHeaderError
Source§fn clone(&self) -> SexprHeaderError
fn clone(&self) -> SexprHeaderError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SexprHeaderError
impl Debug for SexprHeaderError
Source§impl Display for SexprHeaderError
impl Display for SexprHeaderError
Source§impl PartialEq for SexprHeaderError
impl PartialEq for SexprHeaderError
impl StructuralPartialEq for SexprHeaderError
Auto Trait Implementations§
impl Freeze for SexprHeaderError
impl RefUnwindSafe for SexprHeaderError
impl Send for SexprHeaderError
impl Sync for SexprHeaderError
impl Unpin for SexprHeaderError
impl UnwindSafe for SexprHeaderError
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