Enum imap_types::command::SeqNo
source · [−]pub enum SeqNo {
Value(NonZeroU32),
Largest,
}Variants
Value(NonZeroU32)
Largest
Implementations
sourceimpl SeqNo
impl SeqNo
pub fn expand(&self, largest: NonZeroU32) -> NonZeroU32
Trait Implementations
impl Copy for SeqNo
impl Eq for SeqNo
impl StructuralEq for SeqNo
impl StructuralPartialEq for SeqNo
Auto Trait Implementations
impl RefUnwindSafe for SeqNo
impl Send for SeqNo
impl Sync for SeqNo
impl Unpin for SeqNo
impl UnwindSafe for SeqNo
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