pub enum InvalidUidSet {
Empty,
Invalid(String),
}Available on crate feature
imap only.Expand description
ids was empty, contained a non-u32, or could not assemble into
a SequenceSet.
Variants§
Trait Implementations§
Source§impl Debug for InvalidUidSet
impl Debug for InvalidUidSet
Source§impl From<InvalidUidSet> for ImapFlagStoreError
impl From<InvalidUidSet> for ImapFlagStoreError
Source§fn from(err: InvalidUidSet) -> Self
fn from(err: InvalidUidSet) -> Self
Converts to this type from the input type.
Source§impl From<InvalidUidSet> for ImapMessageCopyError
impl From<InvalidUidSet> for ImapMessageCopyError
Source§fn from(err: InvalidUidSet) -> Self
fn from(err: InvalidUidSet) -> Self
Converts to this type from the input type.
Source§impl From<InvalidUidSet> for ImapMessageDeleteError
impl From<InvalidUidSet> for ImapMessageDeleteError
Source§fn from(err: InvalidUidSet) -> Self
fn from(err: InvalidUidSet) -> Self
Converts to this type from the input type.
Source§impl From<InvalidUidSet> for ImapMessageGetError
impl From<InvalidUidSet> for ImapMessageGetError
Source§fn from(err: InvalidUidSet) -> Self
fn from(err: InvalidUidSet) -> Self
Converts to this type from the input type.
Source§impl From<InvalidUidSet> for ImapMessageMoveError
impl From<InvalidUidSet> for ImapMessageMoveError
Source§fn from(err: InvalidUidSet) -> Self
fn from(err: InvalidUidSet) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InvalidUidSet
impl RefUnwindSafe for InvalidUidSet
impl Send for InvalidUidSet
impl Sync for InvalidUidSet
impl Unpin for InvalidUidSet
impl UnsafeUnpin for InvalidUidSet
impl UnwindSafe for InvalidUidSet
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
Source§impl<T, S> SpanWrap<S> for Twhere
S: WrappingSpan<T>,
impl<T, S> SpanWrap<S> for Twhere
S: WrappingSpan<T>,
Source§fn with_span(self, span: S) -> <S as WrappingSpan<Self>>::Spanned
fn with_span(self, span: S) -> <S as WrappingSpan<Self>>::Spanned
Invokes
WrappingSpan::make_wrapped to wrap an AST node in a span.