pub enum GmailMessageFormat {
Full,
Metadata,
Minimal,
Raw,
}Expand description
format selector for gmail().get_message().
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GmailMessageFormat
impl Clone for GmailMessageFormat
Source§fn clone(&self) -> GmailMessageFormat
fn clone(&self) -> GmailMessageFormat
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 moreimpl Copy for GmailMessageFormat
Auto Trait Implementations§
impl Freeze for GmailMessageFormat
impl RefUnwindSafe for GmailMessageFormat
impl Send for GmailMessageFormat
impl Sync for GmailMessageFormat
impl Unpin for GmailMessageFormat
impl UnsafeUnpin for GmailMessageFormat
impl UnwindSafe for GmailMessageFormat
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