pub struct Number { /* private fields */ }
Expand description
Represents a Pop3 number data type.
Get its real value by calling value()
from the DataType trait
Trait Implementations§
Source§impl DataType<usize> for Number
impl DataType<usize> for Number
Source§fn as_str_lossy(&self) -> Cow<'_, str>
fn as_str_lossy(&self) -> Cow<'_, str>
Get the value as a raw string in lossless fashion, before actual parsing.
Source§impl Ord for Number
impl Ord for Number
Source§impl PartialOrd for Number
impl PartialOrd for Number
impl Eq for Number
impl StructuralPartialEq for Number
Auto Trait Implementations§
impl !Freeze for Number
impl RefUnwindSafe for Number
impl Send for Number
impl Sync for Number
impl Unpin for Number
impl UnwindSafe for Number
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more