pub enum TreeParseType {
Io(String),
InvalidInput(String),
}
Variants§
Trait Implementations§
Source§impl Debug for TreeParseType
impl Debug for TreeParseType
Auto Trait Implementations§
impl Freeze for TreeParseType
impl RefUnwindSafe for TreeParseType
impl Send for TreeParseType
impl Sync for TreeParseType
impl Unpin for TreeParseType
impl UnwindSafe for TreeParseType
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