pub enum DleError {
StreamTooShort,
DecodingError,
}
Variants§
Trait Implementations§
impl StructuralPartialEq for DleError
Auto Trait Implementations§
impl Freeze for DleError
impl RefUnwindSafe for DleError
impl Send for DleError
impl Sync for DleError
impl Unpin for DleError
impl UnwindSafe for DleError
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