Enum imap_proto::types::UidSetMember [−][src]
pub enum UidSetMember {
UidRange(RangeInclusive<u32>),
Uid(u32),
}Variants
Tuple Fields of UidRange
0: RangeInclusive<u32>Tuple Fields of Uid
0: u32Trait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for UidSetMember
impl Send for UidSetMember
impl Sync for UidSetMember
impl Unpin for UidSetMember
impl UnwindSafe for UidSetMember
Blanket Implementations
Mutably borrows from an owned value. Read more