Struct imap_codec::command::SequenceSet
source · pub struct SequenceSet(pub NonEmptyVec<Sequence>);Tuple Fields§
§0: NonEmptyVec<Sequence>Implementations§
source§impl<'a> SequenceSet
impl<'a> SequenceSet
pub fn iter( &'a self, strategy: Strategy ) -> impl Iterator<Item = NonZeroU32> + 'a
Trait Implementations§
source§impl Clone for SequenceSet
impl Clone for SequenceSet
source§fn clone(&self) -> SequenceSet
fn clone(&self) -> SequenceSet
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 SequenceSet
impl Debug for SequenceSet
source§impl Encode for SequenceSet
impl Encode for SequenceSet
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 Hash for SequenceSet
impl Hash for SequenceSet
source§impl PartialEq<SequenceSet> for SequenceSet
impl PartialEq<SequenceSet> for SequenceSet
source§fn eq(&self, other: &SequenceSet) -> bool
fn eq(&self, other: &SequenceSet) -> bool
This method tests for
self and other values to be equal, and is used
by ==.