pub enum SearchSnippetProperty {
EmailId,
Subject,
Preview,
}Expand description
Property selector for crate::SearchSnippet /get.
Variants§
EmailId
The emailId property (RFC 8621 §5).
Subject
The subject property (RFC 8621 §5).
Preview
The preview property (RFC 8621 §5).
Trait Implementations§
Source§impl Clone for SearchSnippetProperty
impl Clone for SearchSnippetProperty
Source§fn clone(&self) -> SearchSnippetProperty
fn clone(&self) -> SearchSnippetProperty
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SearchSnippetProperty
impl Debug for SearchSnippetProperty
impl Eq for SearchSnippetProperty
Source§impl Hash for SearchSnippetProperty
impl Hash for SearchSnippetProperty
Source§impl PartialEq for SearchSnippetProperty
impl PartialEq for SearchSnippetProperty
Source§fn eq(&self, other: &SearchSnippetProperty) -> bool
fn eq(&self, other: &SearchSnippetProperty) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SearchSnippetProperty
Auto Trait Implementations§
impl Freeze for SearchSnippetProperty
impl RefUnwindSafe for SearchSnippetProperty
impl Send for SearchSnippetProperty
impl Sync for SearchSnippetProperty
impl Unpin for SearchSnippetProperty
impl UnsafeUnpin for SearchSnippetProperty
impl UnwindSafe for SearchSnippetProperty
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