pub enum XTreeError {
ParseError(Error),
}
Variants§
Trait Implementations§
Source§impl Clone for XTreeError
impl Clone for XTreeError
Source§fn clone(&self) -> XTreeError
fn clone(&self) -> XTreeError
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 moreAuto Trait Implementations§
impl Freeze for XTreeError
impl RefUnwindSafe for XTreeError
impl Send for XTreeError
impl Sync for XTreeError
impl Unpin for XTreeError
impl UnwindSafe for XTreeError
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