pub enum ChildError {
Invalid,
}Expand description
A validation child error.
Variants§
Invalid
An invalid child.
Trait Implementations§
Source§impl Clone for ChildError
impl Clone for ChildError
Source§fn clone(&self) -> ChildError
fn clone(&self) -> ChildError
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 moreSource§impl Debug for ChildError
impl Debug for ChildError
Source§impl Ord for ChildError
impl Ord for ChildError
Source§fn cmp(&self, other: &ChildError) -> Ordering
fn cmp(&self, other: &ChildError) -> 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 PartialEq for ChildError
impl PartialEq for ChildError
Source§impl PartialOrd for ChildError
impl PartialOrd for ChildError
impl Eq for ChildError
impl StructuralPartialEq for ChildError
Auto Trait Implementations§
impl Freeze for ChildError
impl RefUnwindSafe for ChildError
impl Send for ChildError
impl Sync for ChildError
impl Unpin for ChildError
impl UnsafeUnpin for ChildError
impl UnwindSafe for ChildError
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