pub struct Text { /* private fields */ }
Expand description
Represents a Pop3 string data type.
Get its real value by calling value()
from the DataType trait
Trait Implementations§
Source§impl DataType<String> for Text
impl DataType<String> for Text
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 Text
impl Ord for Text
Source§impl PartialOrd for Text
impl PartialOrd for Text
impl Eq for Text
impl StructuralPartialEq for Text
Auto Trait Implementations§
impl !Freeze for Text
impl RefUnwindSafe for Text
impl Send for Text
impl Sync for Text
impl Unpin for Text
impl UnwindSafe for Text
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