Struct gmail::FluentRequest

source ·
pub struct FluentRequest<'a, T> {
    pub params: T,
    /* private fields */
}

Fields§

§params: T

Implementations§

source§

impl FluentRequest<'_, DraftsListRequest>

source

pub fn include_spam_trash(self, include_spam_trash: bool) -> Self

source

pub fn max_results(self, max_results: i64) -> Self

source

pub fn page_token(self, page_token: &str) -> Self

source

pub fn q(self, q: &str) -> Self

source§

impl FluentRequest<'_, DraftsGetRequest>

source

pub fn format(self, format: &str) -> Self

source§

impl FluentRequest<'_, HistoryListRequest>

source

pub fn history_types( self, history_types: impl IntoIterator<Item = impl AsRef<str>> ) -> Self

source

pub fn label_id(self, label_id: &str) -> Self

source

pub fn max_results(self, max_results: i64) -> Self

source

pub fn page_token(self, page_token: &str) -> Self

source

pub fn start_history_id(self, start_history_id: &str) -> Self

source§

impl FluentRequest<'_, LabelsCreateRequest>

source

pub fn color(self, color: Value) -> Self

source

pub fn id(self, id: &str) -> Self

source

pub fn label_list_visibility(self, label_list_visibility: &str) -> Self

source

pub fn message_list_visibility(self, message_list_visibility: &str) -> Self

source

pub fn messages_total(self, messages_total: i64) -> Self

source

pub fn messages_unread(self, messages_unread: i64) -> Self

source

pub fn name(self, name: &str) -> Self

source

pub fn threads_total(self, threads_total: i64) -> Self

source

pub fn threads_unread(self, threads_unread: i64) -> Self

source

pub fn type_(self, type_: &str) -> Self

source§

impl FluentRequest<'_, LabelsUpdateRequest>

source

pub fn color(self, color: Value) -> Self

source

pub fn label_list_visibility(self, label_list_visibility: &str) -> Self

source

pub fn message_list_visibility(self, message_list_visibility: &str) -> Self

source

pub fn messages_total(self, messages_total: i64) -> Self

source

pub fn messages_unread(self, messages_unread: i64) -> Self

source

pub fn name(self, name: &str) -> Self

source

pub fn threads_total(self, threads_total: i64) -> Self

source

pub fn threads_unread(self, threads_unread: i64) -> Self

source

pub fn type_(self, type_: &str) -> Self

source§

impl FluentRequest<'_, LabelsPatchRequest>

source

pub fn color(self, color: Value) -> Self

source

pub fn label_list_visibility(self, label_list_visibility: &str) -> Self

source

pub fn message_list_visibility(self, message_list_visibility: &str) -> Self

source

pub fn messages_total(self, messages_total: i64) -> Self

source

pub fn messages_unread(self, messages_unread: i64) -> Self

source

pub fn name(self, name: &str) -> Self

source

pub fn threads_total(self, threads_total: i64) -> Self

source

pub fn threads_unread(self, threads_unread: i64) -> Self

source

pub fn type_(self, type_: &str) -> Self

source§

impl FluentRequest<'_, MessagesListRequest>

source

pub fn include_spam_trash(self, include_spam_trash: bool) -> Self

source

pub fn label_ids( self, label_ids: impl IntoIterator<Item = impl AsRef<str>> ) -> Self

source

pub fn max_results(self, max_results: i64) -> Self

source

pub fn page_token(self, page_token: &str) -> Self

source

pub fn q(self, q: &str) -> Self

source§

impl FluentRequest<'_, MessagesInsertRequest>

source

pub fn deleted(self, deleted: bool) -> Self

source

pub fn internal_date_source(self, internal_date_source: &str) -> Self

source§

impl FluentRequest<'_, MessagesBatchDeleteRequest>

source

pub fn ids(self, ids: impl IntoIterator<Item = impl AsRef<str>>) -> Self

source§

impl FluentRequest<'_, MessagesBatchModifyRequest>

source

pub fn add_label_ids( self, add_label_ids: impl IntoIterator<Item = impl AsRef<str>> ) -> Self

source

pub fn ids(self, ids: impl IntoIterator<Item = impl AsRef<str>>) -> Self

source

pub fn remove_label_ids( self, remove_label_ids: impl IntoIterator<Item = impl AsRef<str>> ) -> Self

source§

impl FluentRequest<'_, MessagesImportRequest>

source

pub fn deleted(self, deleted: bool) -> Self

source

pub fn internal_date_source(self, internal_date_source: &str) -> Self

source

pub fn never_mark_spam(self, never_mark_spam: bool) -> Self

source

pub fn process_for_calendar(self, process_for_calendar: bool) -> Self

source§

impl FluentRequest<'_, MessagesGetRequest>

source

pub fn format(self, format: &str) -> Self

source

pub fn metadata_headers( self, metadata_headers: impl IntoIterator<Item = impl AsRef<str>> ) -> Self

source§

impl FluentRequest<'_, MessagesModifyRequest>

source

pub fn add_label_ids( self, add_label_ids: impl IntoIterator<Item = impl AsRef<str>> ) -> Self

source

pub fn remove_label_ids( self, remove_label_ids: impl IntoIterator<Item = impl AsRef<str>> ) -> Self

source§

impl FluentRequest<'_, SettingsUpdateAutoForwardingRequest>

source

pub fn disposition(self, disposition: &str) -> Self

source

pub fn email_address(self, email_address: &str) -> Self

source

pub fn enabled(self, enabled: bool) -> Self

source§

impl FluentRequest<'_, SettingsDelegatesCreateRequest>

source

pub fn delegate_email(self, delegate_email: &str) -> Self

source

pub fn verification_status(self, verification_status: &str) -> Self

source§

impl FluentRequest<'_, SettingsFiltersCreateRequest>

source

pub fn action(self, action: Value) -> Self

source

pub fn criteria(self, criteria: Value) -> Self

source

pub fn id(self, id: &str) -> Self

source§

impl FluentRequest<'_, SettingsForwardingAddressesCreateRequest>

source

pub fn forwarding_email(self, forwarding_email: &str) -> Self

source

pub fn verification_status(self, verification_status: &str) -> Self

source§

impl FluentRequest<'_, SettingsUpdateImapRequest>

source

pub fn auto_expunge(self, auto_expunge: bool) -> Self

source

pub fn enabled(self, enabled: bool) -> Self

source

pub fn expunge_behavior(self, expunge_behavior: &str) -> Self

source

pub fn max_folder_size(self, max_folder_size: i64) -> Self

source§

impl FluentRequest<'_, SettingsUpdateLanguageRequest>

source

pub fn display_language(self, display_language: &str) -> Self

source§

impl FluentRequest<'_, SettingsUpdatePopRequest>

source

pub fn access_window(self, access_window: &str) -> Self

source

pub fn disposition(self, disposition: &str) -> Self

source§

impl FluentRequest<'_, SettingsSendAsCreateRequest>

source

pub fn display_name(self, display_name: &str) -> Self

source

pub fn is_default(self, is_default: bool) -> Self

source

pub fn is_primary(self, is_primary: bool) -> Self

source

pub fn reply_to_address(self, reply_to_address: &str) -> Self

source

pub fn send_as_email(self, send_as_email: &str) -> Self

source

pub fn signature(self, signature: &str) -> Self

source

pub fn smtp_msa(self, smtp_msa: Value) -> Self

source

pub fn treat_as_alias(self, treat_as_alias: bool) -> Self

source

pub fn verification_status(self, verification_status: &str) -> Self

source§

impl FluentRequest<'_, SettingsSendAsUpdateRequest>

source

pub fn display_name(self, display_name: &str) -> Self

source

pub fn is_default(self, is_default: bool) -> Self

source

pub fn is_primary(self, is_primary: bool) -> Self

source

pub fn reply_to_address(self, reply_to_address: &str) -> Self

source

pub fn signature(self, signature: &str) -> Self

source

pub fn smtp_msa(self, smtp_msa: Value) -> Self

source

pub fn treat_as_alias(self, treat_as_alias: bool) -> Self

source

pub fn verification_status(self, verification_status: &str) -> Self

source§

impl FluentRequest<'_, SettingsSendAsPatchRequest>

source

pub fn display_name(self, display_name: &str) -> Self

source

pub fn is_default(self, is_default: bool) -> Self

source

pub fn is_primary(self, is_primary: bool) -> Self

source

pub fn reply_to_address(self, reply_to_address: &str) -> Self

source

pub fn signature(self, signature: &str) -> Self

source

pub fn smtp_msa(self, smtp_msa: Value) -> Self

source

pub fn treat_as_alias(self, treat_as_alias: bool) -> Self

source

pub fn verification_status(self, verification_status: &str) -> Self

source§

impl FluentRequest<'_, SettingsSendAsSmimeInfoInsertRequest>

source

pub fn encrypted_key_password(self, encrypted_key_password: &str) -> Self

source

pub fn expiration(self, expiration: &str) -> Self

source

pub fn id(self, id: &str) -> Self

source

pub fn is_default(self, is_default: bool) -> Self

source

pub fn issuer_cn(self, issuer_cn: &str) -> Self

source

pub fn pem(self, pem: &str) -> Self

source

pub fn pkcs12(self, pkcs12: &str) -> Self

source§

impl FluentRequest<'_, SettingsUpdateVacationRequest>

source

pub fn enable_auto_reply(self, enable_auto_reply: bool) -> Self

source

pub fn end_time(self, end_time: &str) -> Self

source

pub fn response_body_html(self, response_body_html: &str) -> Self

source

pub fn response_body_plain_text(self, response_body_plain_text: &str) -> Self

source

pub fn response_subject(self, response_subject: &str) -> Self

source

pub fn restrict_to_contacts(self, restrict_to_contacts: bool) -> Self

source

pub fn restrict_to_domain(self, restrict_to_domain: bool) -> Self

source

pub fn start_time(self, start_time: &str) -> Self

source§

impl FluentRequest<'_, ThreadsListRequest>

source

pub fn include_spam_trash(self, include_spam_trash: bool) -> Self

source

pub fn label_ids( self, label_ids: impl IntoIterator<Item = impl AsRef<str>> ) -> Self

source

pub fn max_results(self, max_results: i64) -> Self

source

pub fn page_token(self, page_token: &str) -> Self

source

pub fn q(self, q: &str) -> Self

source§

impl FluentRequest<'_, ThreadsGetRequest>

source

pub fn format(self, format: &str) -> Self

source

pub fn metadata_headers( self, metadata_headers: impl IntoIterator<Item = impl AsRef<str>> ) -> Self

source§

impl FluentRequest<'_, ThreadsModifyRequest>

source

pub fn add_label_ids( self, add_label_ids: impl IntoIterator<Item = impl AsRef<str>> ) -> Self

source

pub fn remove_label_ids( self, remove_label_ids: impl IntoIterator<Item = impl AsRef<str>> ) -> Self

source§

impl FluentRequest<'_, WatchRequest>

source

pub fn label_filter_action(self, label_filter_action: &str) -> Self

source

pub fn label_ids( self, label_ids: impl IntoIterator<Item = impl AsRef<str>> ) -> Self

source

pub fn topic_name(self, topic_name: &str) -> Self

Trait Implementations§

source§

impl<'a, T: Clone> Clone for FluentRequest<'a, T>

source§

fn clone(&self) -> FluentRequest<'a, T>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, DraftsCreateRequest>

§

type Output = Result<Draft, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, DraftsCreateRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, DraftsDeleteRequest>

§

type Output = Result<(), Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, DraftsDeleteRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, DraftsGetRequest>

§

type Output = Result<Draft, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, DraftsGetRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, DraftsListRequest>

§

type Output = Result<ListDraftsResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, DraftsListRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, DraftsSendRequest>

§

type Output = Result<Message, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, DraftsSendRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, DraftsUpdateRequest>

§

type Output = Result<Draft, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, DraftsUpdateRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, GetProfileRequest>

§

type Output = Result<GetProfileResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetProfileRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, HistoryListRequest>

§

type Output = Result<ListHistoryResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, HistoryListRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, LabelsCreateRequest>

§

type Output = Result<LabelsCreateResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, LabelsCreateRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, LabelsDeleteRequest>

§

type Output = Result<(), Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, LabelsDeleteRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, LabelsGetRequest>

§

type Output = Result<LabelsGetResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, LabelsGetRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, LabelsListRequest>

§

type Output = Result<LabelsListResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, LabelsListRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, LabelsPatchRequest>

§

type Output = Result<LabelsPatchResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, LabelsPatchRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, LabelsUpdateRequest>

§

type Output = Result<LabelsUpdateResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, LabelsUpdateRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, MessagesAttachmentsGetRequest>

§

type Output = Result<MessagesAttachmentsGetResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, MessagesAttachmentsGetRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, MessagesBatchDeleteRequest>

§

type Output = Result<(), Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, MessagesBatchDeleteRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, MessagesBatchModifyRequest>

§

type Output = Result<(), Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, MessagesBatchModifyRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, MessagesDeleteRequest>

§

type Output = Result<(), Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, MessagesDeleteRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, MessagesGetRequest>

§

type Output = Result<Message, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, MessagesGetRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, MessagesImportRequest>

§

type Output = Result<Message, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, MessagesImportRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, MessagesInsertRequest>

§

type Output = Result<Message, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, MessagesInsertRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, MessagesListRequest>

§

type Output = Result<ListMessagesResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, MessagesListRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, MessagesModifyRequest>

§

type Output = Result<Message, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, MessagesModifyRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, MessagesSendRequest>

§

type Output = Result<Message, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, MessagesSendRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, MessagesTrashRequest>

§

type Output = Result<Message, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, MessagesTrashRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, MessagesUntrashRequest>

§

type Output = Result<Message, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, MessagesUntrashRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsDelegatesCreateRequest>

§

type Output = Result<SettingsDelegatesCreateResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsDelegatesCreateRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsDelegatesDeleteRequest>

§

type Output = Result<(), Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsDelegatesDeleteRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsDelegatesGetRequest>

§

type Output = Result<SettingsDelegatesGetResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsDelegatesGetRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsDelegatesListRequest>

§

type Output = Result<SettingsDelegatesListResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsDelegatesListRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsFiltersCreateRequest>

§

type Output = Result<SettingsFiltersCreateResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsFiltersCreateRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsFiltersDeleteRequest>

§

type Output = Result<(), Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsFiltersDeleteRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsFiltersGetRequest>

§

type Output = Result<SettingsFiltersGetResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsFiltersGetRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsFiltersListRequest>

§

type Output = Result<SettingsFiltersListResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsFiltersListRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsForwardingAddressesCreateRequest>

§

type Output = Result<SettingsForwardingAddressesCreateResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsForwardingAddressesCreateRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsForwardingAddressesDeleteRequest>

§

type Output = Result<(), Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsForwardingAddressesDeleteRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsForwardingAddressesGetRequest>

§

type Output = Result<SettingsForwardingAddressesGetResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsForwardingAddressesGetRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsForwardingAddressesListRequest>

§

type Output = Result<SettingsForwardingAddressesListResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsForwardingAddressesListRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsGetAutoForwardingRequest>

§

type Output = Result<SettingsGetAutoForwardingResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsGetAutoForwardingRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsGetImapRequest>

§

type Output = Result<SettingsGetImapResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsGetImapRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsGetLanguageRequest>

§

type Output = Result<SettingsGetLanguageResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsGetLanguageRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsGetPopRequest>

§

type Output = Result<SettingsGetPopResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsGetPopRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsGetVacationRequest>

§

type Output = Result<SettingsGetVacationResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsGetVacationRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsSendAsCreateRequest>

§

type Output = Result<SettingsSendAsCreateResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsSendAsCreateRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsSendAsDeleteRequest>

§

type Output = Result<(), Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsSendAsDeleteRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsSendAsGetRequest>

§

type Output = Result<SettingsSendAsGetResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsSendAsGetRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsSendAsListRequest>

§

type Output = Result<SettingsSendAsListResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsSendAsListRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsSendAsPatchRequest>

§

type Output = Result<SettingsSendAsPatchResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsSendAsPatchRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsSendAsSmimeInfoDeleteRequest>

§

type Output = Result<(), Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsSendAsSmimeInfoDeleteRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsSendAsSmimeInfoGetRequest>

§

type Output = Result<SettingsSendAsSmimeInfoGetResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsSendAsSmimeInfoGetRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsSendAsSmimeInfoInsertRequest>

§

type Output = Result<SettingsSendAsSmimeInfoInsertResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsSendAsSmimeInfoInsertRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsSendAsSmimeInfoListRequest>

§

type Output = Result<SettingsSendAsSmimeInfoListResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsSendAsSmimeInfoListRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsSendAsSmimeInfoSetDefaultRequest>

§

type Output = Result<(), Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsSendAsSmimeInfoSetDefaultRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsSendAsUpdateRequest>

§

type Output = Result<SettingsSendAsUpdateResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsSendAsUpdateRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsSendAsVerifyRequest>

§

type Output = Result<(), Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsSendAsVerifyRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsUpdateAutoForwardingRequest>

§

type Output = Result<SettingsUpdateAutoForwardingResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsUpdateAutoForwardingRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsUpdateImapRequest>

§

type Output = Result<SettingsUpdateImapResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsUpdateImapRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsUpdateLanguageRequest>

§

type Output = Result<SettingsUpdateLanguageResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsUpdateLanguageRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsUpdatePopRequest>

§

type Output = Result<SettingsUpdatePopResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsUpdatePopRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, SettingsUpdateVacationRequest>

§

type Output = Result<SettingsUpdateVacationResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SettingsUpdateVacationRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, StopRequest>

§

type Output = Result<(), Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, StopRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, ThreadsDeleteRequest>

§

type Output = Result<(), Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, ThreadsDeleteRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, ThreadsGetRequest>

§

type Output = Result<Thread, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, ThreadsGetRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, ThreadsListRequest>

§

type Output = Result<ListThreadsResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, ThreadsListRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, ThreadsModifyRequest>

§

type Output = Result<Thread, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, ThreadsModifyRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, ThreadsTrashRequest>

§

type Output = Result<Thread, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, ThreadsTrashRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, ThreadsUntrashRequest>

§

type Output = Result<Thread, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, ThreadsUntrashRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more
source§

impl<'a> IntoFuture for FluentRequest<'a, WatchRequest>

§

type Output = Result<WatchResponse, Error<Response<InMemoryBody>>>

The output that the future will produce on completion.
§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, WatchRequest> as IntoFuture>::Output> + Send + 'a>>

Which kind of future are we turning this into?
source§

fn into_future(self) -> Self::IntoFuture

Creates a future from a value. Read more

Auto Trait Implementations§

§

impl<'a, T> !RefUnwindSafe for FluentRequest<'a, T>

§

impl<'a, T> Send for FluentRequest<'a, T>
where T: Send,

§

impl<'a, T> Sync for FluentRequest<'a, T>
where T: Sync,

§

impl<'a, T> Unpin for FluentRequest<'a, T>
where T: Unpin,

§

impl<'a, T> !UnwindSafe for FluentRequest<'a, T>

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more