pub enum IndividualError {
None,
ParseError,
}Variants§
Trait Implementations§
Source§impl Clone for IndividualError
impl Clone for IndividualError
Source§fn clone(&self) -> IndividualError
fn clone(&self) -> IndividualError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IndividualError
impl Debug for IndividualError
Source§impl PartialEq for IndividualError
impl PartialEq for IndividualError
impl StructuralPartialEq for IndividualError
Auto Trait Implementations§
impl Freeze for IndividualError
impl RefUnwindSafe for IndividualError
impl Send for IndividualError
impl Sync for IndividualError
impl Unpin for IndividualError
impl UnsafeUnpin for IndividualError
impl UnwindSafe for IndividualError
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