pub enum AtomError {
UnexpectedEnd,
UnknownType(u8),
AlignmentNotZero,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AtomError
impl RefUnwindSafe for AtomError
impl Send for AtomError
impl Sync for AtomError
impl Unpin for AtomError
impl UnwindSafe for AtomError
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