Enum imap_types::sequence::SeqOrUidError
source · pub enum SeqOrUidError {
LeadingZero,
Invalid,
}
Variants§
Trait Implementations§
source§impl Clone for SeqOrUidError
impl Clone for SeqOrUidError
source§fn clone(&self) -> SeqOrUidError
fn clone(&self) -> SeqOrUidError
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 SeqOrUidError
impl Debug for SeqOrUidError
source§impl Display for SeqOrUidError
impl Display for SeqOrUidError
source§impl Error for SeqOrUidError
impl Error for SeqOrUidError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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 From<SeqOrUidError> for SequenceError
impl From<SeqOrUidError> for SequenceError
source§fn from(source: SeqOrUidError) -> Self
fn from(source: SeqOrUidError) -> Self
Converts to this type from the input type.
source§impl PartialEq<SeqOrUidError> for SeqOrUidError
impl PartialEq<SeqOrUidError> for SeqOrUidError
source§fn eq(&self, other: &SeqOrUidError) -> bool
fn eq(&self, other: &SeqOrUidError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for SeqOrUidError
impl StructuralEq for SeqOrUidError
impl StructuralPartialEq for SeqOrUidError
Auto Trait Implementations§
impl RefUnwindSafe for SeqOrUidError
impl Send for SeqOrUidError
impl Sync for SeqOrUidError
impl Unpin for SeqOrUidError
impl UnwindSafe for SeqOrUidError
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