pub enum NodeTypeTagParseErrorOwned {
Invalid(String),
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for NodeTypeTagParseErrorOwned
impl Clone for NodeTypeTagParseErrorOwned
Source§fn clone(&self) -> NodeTypeTagParseErrorOwned
fn clone(&self) -> NodeTypeTagParseErrorOwned
Returns a copy 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 moreSource§impl Debug for NodeTypeTagParseErrorOwned
impl Debug for NodeTypeTagParseErrorOwned
Source§impl Hash for NodeTypeTagParseErrorOwned
impl Hash for NodeTypeTagParseErrorOwned
Source§impl Ord for NodeTypeTagParseErrorOwned
impl Ord for NodeTypeTagParseErrorOwned
Source§fn cmp(&self, other: &NodeTypeTagParseErrorOwned) -> Ordering
fn cmp(&self, other: &NodeTypeTagParseErrorOwned) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for NodeTypeTagParseErrorOwned
impl PartialOrd for NodeTypeTagParseErrorOwned
impl Eq for NodeTypeTagParseErrorOwned
impl StructuralPartialEq for NodeTypeTagParseErrorOwned
Auto Trait Implementations§
impl Freeze for NodeTypeTagParseErrorOwned
impl RefUnwindSafe for NodeTypeTagParseErrorOwned
impl Send for NodeTypeTagParseErrorOwned
impl Sync for NodeTypeTagParseErrorOwned
impl Unpin for NodeTypeTagParseErrorOwned
impl UnwindSafe for NodeTypeTagParseErrorOwned
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