Enum imap_codec::command::Sequence  
source · pub enum Sequence {
    Single(SeqOrUid),
    Range(SeqOrUid, SeqOrUid),
}Variants§
Trait Implementations§
source§impl From<Sequence> for SequenceSet
 
impl From<Sequence> for SequenceSet
source§fn from(seq: Sequence) -> SequenceSet
 
fn from(seq: Sequence) -> SequenceSet
Converts to this type from the input type.
source§impl PartialEq<Sequence> for Sequence
 
impl PartialEq<Sequence> for Sequence
source§impl 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.
source§impl 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.