pub struct UnknownGenderError(/* private fields */);Expand description
Error returned when an unknown gender string is encountered.
Trait Implementations§
Source§impl Clone for UnknownGenderError
impl Clone for UnknownGenderError
Source§fn clone(&self) -> UnknownGenderError
fn clone(&self) -> UnknownGenderError
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 UnknownGenderError
impl Debug for UnknownGenderError
Source§impl Display for UnknownGenderError
impl Display for UnknownGenderError
Source§impl Error for UnknownGenderError
impl Error for UnknownGenderError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for UnknownGenderError
impl PartialEq for UnknownGenderError
impl Eq for UnknownGenderError
impl StructuralPartialEq for UnknownGenderError
Auto Trait Implementations§
impl Freeze for UnknownGenderError
impl RefUnwindSafe for UnknownGenderError
impl Send for UnknownGenderError
impl Sync for UnknownGenderError
impl Unpin for UnknownGenderError
impl UnsafeUnpin for UnknownGenderError
impl UnwindSafe for UnknownGenderError
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