Struct google_gmail1::api::PopSettings [−][src]
Expand description
POP settings for an account.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- settings get pop users (response)
- settings update pop users (request|response)
Fields
access_window: Option<String>The range of messages which are accessible via POP.
disposition: Option<String>The action that will be executed on a message after it has been fetched via POP.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for PopSettings
impl Send for PopSettings
impl Sync for PopSettings
impl Unpin for PopSettings
impl UnwindSafe for PopSettings
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more