Enum imap_types::command::Sequence
source · [−]Variants
Single(SeqNo)
Range(SeqNo, SeqNo)
Trait Implementations
sourceimpl From<Sequence> for SequenceSet
impl From<Sequence> for SequenceSet
sourceimpl TryFrom<RangeInclusive<u32>> for Sequence
impl TryFrom<RangeInclusive<u32>> for Sequence
type Error = TryFromIntError
type Error = TryFromIntError
The type returned in the event of a conversion error.
sourceimpl TryFrom<RangeToInclusive<u32>> for Sequence
impl TryFrom<RangeToInclusive<u32>> for Sequence
type Error = TryFromIntError
type Error = TryFromIntError
The type returned in the event of a conversion error.
impl Eq for Sequence
impl StructuralEq for Sequence
impl StructuralPartialEq for Sequence
Auto Trait Implementations
impl RefUnwindSafe for Sequence
impl Send for Sequence
impl Sync for Sequence
impl Unpin for Sequence
impl UnwindSafe for Sequence
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more