pub enum ParseFile {
LayoutBroken,
MagicNumbers,
Version,
MultipleNodeSections,
ParseNode(ParseNode),
}Variants§
Trait Implementations§
impl Copy for ParseFile
impl Eq for ParseFile
impl StructuralPartialEq for ParseFile
Auto Trait Implementations§
impl Freeze for ParseFile
impl RefUnwindSafe for ParseFile
impl Send for ParseFile
impl Sync for ParseFile
impl Unpin for ParseFile
impl UnwindSafe for ParseFile
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