Enum panorama_imap::response::AttributeValue [−][src]
Variants
BodySection(BodySection)BodyStructure(BodyStructure)Envelope(Envelope)Flags(Vec<MailboxFlag>)InternalDate(DateTime<FixedOffset>)ModSeq(u64)Rfc822Size(u32)Uid(u32)Trait Implementations
impl Clone for AttributeValue[src]
fn clone(&self) -> AttributeValue[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for AttributeValue[src]
impl Eq for AttributeValue[src]
impl PartialEq<AttributeValue> for AttributeValue[src]
fn eq(&self, other: &AttributeValue) -> bool[src]
fn ne(&self, other: &AttributeValue) -> bool[src]
impl StructuralEq for AttributeValue[src]
impl StructuralPartialEq for AttributeValue[src]
Auto Trait Implementations
impl RefUnwindSafe for AttributeValue[src]
impl Send for AttributeValue[src]
impl Sync for AttributeValue[src]
impl Unpin for AttributeValue[src]
impl UnwindSafe for AttributeValue[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,