Struct FluentRequest

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

Fields§

§params: T

Implementations§

Source§

impl FluentRequest<'_, GetAttachmentRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, DeleteAttachmentRequest>

Source

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

Source§

impl FluentRequest<'_, GetAttachmentsForObjectRequest>

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, CreateAttachmentForObjectRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetAuditLogEventsRequest>

Source

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

Source

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

Source

pub fn end_at(self, end_at: DateTime<Utc>) -> Self

Source

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

Source

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

Source

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

Source

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

Source

pub fn start_at(self, start_at: DateTime<Utc>) -> Self

Source§

impl FluentRequest<'_, CreateBatchRequestRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetCustomFieldSettingsForProjectRequest>

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, GetCustomFieldSettingsForPortfolioRequest>

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, CreateCustomFieldRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetCustomFieldRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, UpdateCustomFieldRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, DeleteCustomFieldRequest>

Source

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

Source§

impl FluentRequest<'_, GetCustomFieldsForWorkspaceRequest>

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, CreateEnumOptionForCustomFieldRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, InsertEnumOptionForCustomFieldRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, UpdateEnumOptionRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetEventsRequest>

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, GetGoalRelationshipRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, UpdateGoalRelationshipRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetGoalRelationshipsRequest>

Source

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

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, AddSupportingRelationshipRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, RemoveSupportingRelationshipRequest>

Source

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

Source§

impl FluentRequest<'_, GetGoalRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, UpdateGoalRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, DeleteGoalRequest>

Source

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

Source§

impl FluentRequest<'_, GetGoalsRequest>

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, CreateGoalRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, CreateGoalMetricRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, UpdateGoalMetricRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, AddFollowersRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, RemoveFollowersRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetParentGoalsForGoalRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetJobRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetMembershipsRequest>

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, CreateMembershipRequest>

Source

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

Source§

impl FluentRequest<'_, GetMembershipRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, DeleteMembershipRequest>

Source

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

Source§

impl FluentRequest<'_, CreateOrganizationExportRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetOrganizationExportRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetPortfolioMembershipsRequest>

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, GetPortfolioMembershipRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetPortfolioMembershipsForPortfolioRequest>

Source

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

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, GetPortfoliosRequest>

Source

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

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, CreatePortfolioRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetPortfolioRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, UpdatePortfolioRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, DeletePortfolioRequest>

Source

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

Source§

impl FluentRequest<'_, GetItemsForPortfolioRequest>

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, AddItemForPortfolioRequest>

Source

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

Source§

impl FluentRequest<'_, RemoveItemForPortfolioRequest>

Source

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

Source§

impl FluentRequest<'_, AddCustomFieldSettingForPortfolioRequest>

Source

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

Source§

impl FluentRequest<'_, RemoveCustomFieldSettingForPortfolioRequest>

Source

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

Source§

impl FluentRequest<'_, AddMembersForPortfolioRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, RemoveMembersForPortfolioRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetProjectBriefRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, UpdateProjectBriefRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, DeleteProjectBriefRequest>

Source

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

Source§

impl FluentRequest<'_, CreateProjectBriefRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetProjectMembershipRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetProjectMembershipsForProjectRequest>

Source

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

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, GetProjectStatusRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, DeleteProjectStatusRequest>

Source

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

Source§

impl FluentRequest<'_, GetProjectStatusesForProjectRequest>

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, CreateProjectStatusForProjectRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetProjectTemplateRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, DeleteProjectTemplateRequest>

Source

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

Source§

impl FluentRequest<'_, GetProjectTemplatesRequest>

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, GetProjectTemplatesForTeamRequest>

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, InstantiateProjectRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetProjectsRequest>

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, CreateProjectRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetProjectRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, UpdateProjectRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, DeleteProjectRequest>

Source

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

Source§

impl FluentRequest<'_, DuplicateProjectRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetProjectsForTaskRequest>

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, GetProjectsForTeamRequest>

Source

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

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, CreateProjectForTeamRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetProjectsForWorkspaceRequest>

Source

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

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, CreateProjectForWorkspaceRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, AddCustomFieldSettingForProjectRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, RemoveCustomFieldSettingForProjectRequest>

Source

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

Source§

impl FluentRequest<'_, GetTaskCountsForProjectRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, AddMembersForProjectRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, RemoveMembersForProjectRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, AddFollowersForProjectRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, RemoveFollowersForProjectRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, ProjectSaveAsTemplateRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetSectionRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, UpdateSectionRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, DeleteSectionRequest>

Source

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

Source§

impl FluentRequest<'_, GetSectionsForProjectRequest>

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, CreateSectionForProjectRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, AddTaskForSectionRequest>

Source

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

Source§

impl FluentRequest<'_, InsertSectionForProjectRequest>

Source

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

Source§

impl FluentRequest<'_, GetStatusRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, DeleteStatusRequest>

Source

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

Source§

impl FluentRequest<'_, GetStatusesForObjectRequest>

Source

pub fn created_since(self, created_since: DateTime<Utc>) -> Self

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, CreateStatusForObjectRequest>

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, GetStoryRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, UpdateStoryRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, DeleteStoryRequest>

Source

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

Source§

impl FluentRequest<'_, GetStoriesForTaskRequest>

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, CreateStoryForTaskRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetTagsRequest>

Source

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

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, CreateTagRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetTagRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, UpdateTagRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, DeleteTagRequest>

Source

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

Source§

impl FluentRequest<'_, GetTagsForTaskRequest>

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, GetTagsForWorkspaceRequest>

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, CreateTagForWorkspaceRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetTaskTemplatesRequest>

Source

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

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, GetTaskTemplateRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, InstantiateTaskRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetTasksRequest>

Source

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

Source

pub fn completed_since(self, completed_since: DateTime<Utc>) -> Self

Source

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

Source

pub fn modified_since(self, modified_since: DateTime<Utc>) -> Self

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, CreateTaskRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetTaskRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, UpdateTaskRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, DeleteTaskRequest>

Source

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

Source§

impl FluentRequest<'_, DuplicateTaskRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetTasksForProjectRequest>

Source

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

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, GetTasksForSectionRequest>

Source

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

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, GetTasksForTagRequest>

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, GetTasksForUserTaskListRequest>

Source

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

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, GetSubtasksForTaskRequest>

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, CreateSubtaskForTaskRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, SetParentForTaskRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetDependenciesForTaskRequest>

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, AddDependenciesForTaskRequest>

Source

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

Source§

impl FluentRequest<'_, RemoveDependenciesForTaskRequest>

Source

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

Source§

impl FluentRequest<'_, GetDependentsForTaskRequest>

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, AddDependentsForTaskRequest>

Source

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

Source§

impl FluentRequest<'_, RemoveDependentsForTaskRequest>

Source

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

Source§

impl FluentRequest<'_, AddProjectForTaskRequest>

Source

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

Source§

impl FluentRequest<'_, RemoveProjectForTaskRequest>

Source

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

Source§

impl FluentRequest<'_, AddTagForTaskRequest>

Source

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

Source§

impl FluentRequest<'_, RemoveTagForTaskRequest>

Source

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

Source§

impl FluentRequest<'_, AddFollowersForTaskRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, RemoveFollowerForTaskRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, SearchTasksForWorkspaceRequest>

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source

pub fn completed_at_after(self, completed_at_after: DateTime<Utc>) -> Self

Source

pub fn completed_at_before(self, completed_at_before: DateTime<Utc>) -> Self

Source

pub fn completed_on(self, completed_on: NaiveDate) -> Self

Source

pub fn completed_on_after(self, completed_on_after: NaiveDate) -> Self

Source

pub fn completed_on_before(self, completed_on_before: NaiveDate) -> Self

Source

pub fn created_at_after(self, created_at_after: DateTime<Utc>) -> Self

Source

pub fn created_at_before(self, created_at_before: DateTime<Utc>) -> Self

Source

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

Source

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

Source

pub fn created_on(self, created_on: NaiveDate) -> Self

Source

pub fn created_on_after(self, created_on_after: NaiveDate) -> Self

Source

pub fn created_on_before(self, created_on_before: NaiveDate) -> Self

Source

pub fn due_at_after(self, due_at_after: DateTime<Utc>) -> Self

Source

pub fn due_at_before(self, due_at_before: DateTime<Utc>) -> Self

Source

pub fn due_on(self, due_on: NaiveDate) -> Self

Source

pub fn due_on_after(self, due_on_after: NaiveDate) -> Self

Source

pub fn due_on_before(self, due_on_before: NaiveDate) -> Self

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source

pub fn modified_at_after(self, modified_at_after: DateTime<Utc>) -> Self

Source

pub fn modified_at_before(self, modified_at_before: DateTime<Utc>) -> Self

Source

pub fn modified_on(self, modified_on: NaiveDate) -> Self

Source

pub fn modified_on_after(self, modified_on_after: NaiveDate) -> Self

Source

pub fn modified_on_before(self, modified_on_before: NaiveDate) -> Self

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source

pub fn start_on(self, start_on: NaiveDate) -> Self

Source

pub fn start_on_after(self, start_on_after: NaiveDate) -> Self

Source

pub fn start_on_before(self, start_on_before: NaiveDate) -> Self

Source

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

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, GetTeamMembershipRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetTeamMembershipsRequest>

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, GetTeamMembershipsForTeamRequest>

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, GetTeamMembershipsForUserRequest>

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, CreateTeamRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetTeamRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, UpdateTeamRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetTeamsForWorkspaceRequest>

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, GetTeamsForUserRequest>

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, AddUserForTeamRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, RemoveUserForTeamRequest>

Source

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

Source§

impl FluentRequest<'_, GetTimePeriodRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetTimePeriodsRequest>

Source

pub fn end_on(self, end_on: NaiveDate) -> Self

Source

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

Source

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

Source

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

Source

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

Source

pub fn start_on(self, start_on: NaiveDate) -> Self

Source§

impl FluentRequest<'_, GetTimeTrackingEntriesForTaskRequest>

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, CreateTimeTrackingEntryRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetTimeTrackingEntryRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, UpdateTimeTrackingEntryRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, DeleteTimeTrackingEntryRequest>

Source

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

Source§

impl FluentRequest<'_, TypeaheadForWorkspaceRequest>

Source

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

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, GetUserTaskListRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetUserTaskListForUserRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetUsersRequest>

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, GetUserRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetFavoritesForUserRequest>

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, GetUsersForTeamRequest>

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, GetUsersForWorkspaceRequest>

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, GetWebhooksRequest>

Source

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

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, CreateWebhookRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetWebhookRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, UpdateWebhookRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, DeleteWebhookRequest>

Source

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

Source§

impl FluentRequest<'_, GetWorkspaceMembershipRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, GetWorkspaceMembershipsForUserRequest>

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, GetWorkspaceMembershipsForWorkspaceRequest>

Source

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

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, GetWorkspacesRequest>

Source

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

Source

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

Source

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

Source

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

Source§

impl FluentRequest<'_, GetWorkspaceRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, UpdateWorkspaceRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, AddUserForWorkspaceRequest>

Source

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

Source

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

Source§

impl FluentRequest<'_, RemoveUserForWorkspaceRequest>

Source

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

Trait Implementations§

Source§

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

Source§

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

Returns a duplicate 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, AddCustomFieldSettingForPortfolioRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, AddCustomFieldSettingForPortfolioRequest> 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, AddCustomFieldSettingForProjectRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, AddCustomFieldSettingForProjectRequest> 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, AddDependenciesForTaskRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, AddDependenciesForTaskRequest> 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, AddDependentsForTaskRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, AddDependentsForTaskRequest> 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, AddFollowersForProjectRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, AddFollowersForProjectRequest> 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, AddFollowersForTaskRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, AddFollowersForTaskRequest> 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, AddFollowersRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, AddFollowersRequest> 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, AddItemForPortfolioRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, AddItemForPortfolioRequest> 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, AddMembersForPortfolioRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, AddMembersForPortfolioRequest> 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, AddMembersForProjectRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, AddMembersForProjectRequest> 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, AddProjectForTaskRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, AddProjectForTaskRequest> 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, AddSupportingRelationshipRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, AddSupportingRelationshipRequest> 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, AddTagForTaskRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, AddTagForTaskRequest> 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, AddTaskForSectionRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, AddTaskForSectionRequest> 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, AddUserForTeamRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, AddUserForTeamRequest> 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, AddUserForWorkspaceRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, AddUserForWorkspaceRequest> 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, CreateAttachmentForObjectRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, CreateAttachmentForObjectRequest> 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, CreateBatchRequestRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, CreateBatchRequestRequest> 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, CreateCustomFieldRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, CreateCustomFieldRequest> 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, CreateEnumOptionForCustomFieldRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, CreateEnumOptionForCustomFieldRequest> 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, CreateGoalMetricRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, CreateGoalMetricRequest> 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, CreateGoalRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, CreateGoalRequest> 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, CreateMembershipRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, CreateMembershipRequest> 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, CreateOrganizationExportRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, CreateOrganizationExportRequest> 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, CreatePortfolioRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, CreatePortfolioRequest> 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, CreateProjectBriefRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, CreateProjectBriefRequest> 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, CreateProjectForTeamRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, CreateProjectForTeamRequest> 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, CreateProjectForWorkspaceRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, CreateProjectForWorkspaceRequest> 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, CreateProjectRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, CreateProjectRequest> 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, CreateProjectStatusForProjectRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, CreateProjectStatusForProjectRequest> 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, CreateSectionForProjectRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, CreateSectionForProjectRequest> 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, CreateStatusForObjectRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, CreateStatusForObjectRequest> 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, CreateStoryForTaskRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, CreateStoryForTaskRequest> 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, CreateSubtaskForTaskRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, CreateSubtaskForTaskRequest> 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, CreateTagForWorkspaceRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, CreateTagForWorkspaceRequest> 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, CreateTagRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, CreateTagRequest> 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, CreateTaskRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, CreateTaskRequest> 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, CreateTeamRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, CreateTeamRequest> 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, CreateTimeTrackingEntryRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, CreateTimeTrackingEntryRequest> 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, CreateWebhookRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, CreateWebhookRequest> 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, DeleteAttachmentRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, DeleteAttachmentRequest> 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, DeleteCustomFieldRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, DeleteCustomFieldRequest> 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, DeleteGoalRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, DeleteGoalRequest> 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, DeleteMembershipRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, DeleteMembershipRequest> 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, DeletePortfolioRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, DeletePortfolioRequest> 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, DeleteProjectBriefRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, DeleteProjectBriefRequest> 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, DeleteProjectRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, DeleteProjectRequest> 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, DeleteProjectStatusRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, DeleteProjectStatusRequest> 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, DeleteProjectTemplateRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, DeleteProjectTemplateRequest> 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, DeleteSectionRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, DeleteSectionRequest> 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, DeleteStatusRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, DeleteStatusRequest> 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, DeleteStoryRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, DeleteStoryRequest> 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, DeleteTagRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, DeleteTagRequest> 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, DeleteTaskRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, DeleteTaskRequest> 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, DeleteTimeTrackingEntryRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, DeleteTimeTrackingEntryRequest> 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, DeleteWebhookRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, DeleteWebhookRequest> 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, DuplicateProjectRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, DuplicateProjectRequest> 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, DuplicateTaskRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, DuplicateTaskRequest> 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, GetAttachmentRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetAttachmentRequest> 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, GetAttachmentsForObjectRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetAttachmentsForObjectRequest> 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, GetAuditLogEventsRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetAuditLogEventsRequest> 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, GetCustomFieldRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetCustomFieldRequest> 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, GetCustomFieldSettingsForPortfolioRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetCustomFieldSettingsForPortfolioRequest> 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, GetCustomFieldSettingsForProjectRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetCustomFieldSettingsForProjectRequest> 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, GetCustomFieldsForWorkspaceRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetCustomFieldsForWorkspaceRequest> 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, GetDependenciesForTaskRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetDependenciesForTaskRequest> 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, GetDependentsForTaskRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetDependentsForTaskRequest> 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, GetEventsRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetEventsRequest> 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, GetFavoritesForUserRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetFavoritesForUserRequest> 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, GetGoalRelationshipRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetGoalRelationshipRequest> 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, GetGoalRelationshipsRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetGoalRelationshipsRequest> 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, GetGoalRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetGoalRequest> 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, GetGoalsRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetGoalsRequest> 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, GetItemsForPortfolioRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetItemsForPortfolioRequest> 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, GetJobRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetJobRequest> 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, GetMembershipRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetMembershipRequest> 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, GetMembershipsRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetMembershipsRequest> 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, GetOrganizationExportRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetOrganizationExportRequest> 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, GetParentGoalsForGoalRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetParentGoalsForGoalRequest> 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, GetPortfolioMembershipRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetPortfolioMembershipRequest> 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, GetPortfolioMembershipsForPortfolioRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetPortfolioMembershipsForPortfolioRequest> 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, GetPortfolioMembershipsRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetPortfolioMembershipsRequest> 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, GetPortfolioRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetPortfolioRequest> 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, GetPortfoliosRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetPortfoliosRequest> 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, GetProjectBriefRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetProjectBriefRequest> 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, GetProjectMembershipRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetProjectMembershipRequest> 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, GetProjectMembershipsForProjectRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetProjectMembershipsForProjectRequest> 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, GetProjectRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetProjectRequest> 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, GetProjectStatusRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetProjectStatusRequest> 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, GetProjectStatusesForProjectRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetProjectStatusesForProjectRequest> 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, GetProjectTemplateRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetProjectTemplateRequest> 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, GetProjectTemplatesForTeamRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetProjectTemplatesForTeamRequest> 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, GetProjectTemplatesRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetProjectTemplatesRequest> 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, GetProjectsForTaskRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetProjectsForTaskRequest> 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, GetProjectsForTeamRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetProjectsForTeamRequest> 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, GetProjectsForWorkspaceRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetProjectsForWorkspaceRequest> 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, GetProjectsRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetProjectsRequest> 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, GetSectionRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetSectionRequest> 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, GetSectionsForProjectRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetSectionsForProjectRequest> 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, GetStatusRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetStatusRequest> 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, GetStatusesForObjectRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetStatusesForObjectRequest> 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, GetStoriesForTaskRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetStoriesForTaskRequest> 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, GetStoryRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetStoryRequest> 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, GetSubtasksForTaskRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetSubtasksForTaskRequest> 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, GetTagRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetTagRequest> 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, GetTagsForTaskRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetTagsForTaskRequest> 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, GetTagsForWorkspaceRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetTagsForWorkspaceRequest> 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, GetTagsRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetTagsRequest> 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, GetTaskCountsForProjectRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetTaskCountsForProjectRequest> 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, GetTaskRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetTaskRequest> 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, GetTaskTemplateRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetTaskTemplateRequest> 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, GetTaskTemplatesRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetTaskTemplatesRequest> 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, GetTasksForProjectRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetTasksForProjectRequest> 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, GetTasksForSectionRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetTasksForSectionRequest> 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, GetTasksForTagRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetTasksForTagRequest> 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, GetTasksForUserTaskListRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetTasksForUserTaskListRequest> 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, GetTasksRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetTasksRequest> 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, GetTeamMembershipRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetTeamMembershipRequest> 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, GetTeamMembershipsForTeamRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetTeamMembershipsForTeamRequest> 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, GetTeamMembershipsForUserRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetTeamMembershipsForUserRequest> 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, GetTeamMembershipsRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetTeamMembershipsRequest> 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, GetTeamRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetTeamRequest> 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, GetTeamsForUserRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetTeamsForUserRequest> 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, GetTeamsForWorkspaceRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetTeamsForWorkspaceRequest> 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, GetTimePeriodRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetTimePeriodRequest> 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, GetTimePeriodsRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetTimePeriodsRequest> 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, GetTimeTrackingEntriesForTaskRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetTimeTrackingEntriesForTaskRequest> 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, GetTimeTrackingEntryRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetTimeTrackingEntryRequest> 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, GetUserRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetUserRequest> 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, GetUserTaskListForUserRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetUserTaskListForUserRequest> 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, GetUserTaskListRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetUserTaskListRequest> 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, GetUsersForTeamRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetUsersForTeamRequest> 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, GetUsersForWorkspaceRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetUsersForWorkspaceRequest> 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, GetUsersRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetUsersRequest> 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, GetWebhookRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetWebhookRequest> 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, GetWebhooksRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetWebhooksRequest> 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, GetWorkspaceMembershipRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetWorkspaceMembershipRequest> 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, GetWorkspaceMembershipsForUserRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetWorkspaceMembershipsForUserRequest> 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, GetWorkspaceMembershipsForWorkspaceRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetWorkspaceMembershipsForWorkspaceRequest> 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, GetWorkspaceRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetWorkspaceRequest> 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, GetWorkspacesRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, GetWorkspacesRequest> 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, InsertEnumOptionForCustomFieldRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, InsertEnumOptionForCustomFieldRequest> 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, InsertSectionForProjectRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, InsertSectionForProjectRequest> 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, InstantiateProjectRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, InstantiateProjectRequest> 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, InstantiateTaskRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, InstantiateTaskRequest> 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, ProjectSaveAsTemplateRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, ProjectSaveAsTemplateRequest> 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, RemoveCustomFieldSettingForPortfolioRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, RemoveCustomFieldSettingForPortfolioRequest> 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, RemoveCustomFieldSettingForProjectRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, RemoveCustomFieldSettingForProjectRequest> 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, RemoveDependenciesForTaskRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, RemoveDependenciesForTaskRequest> 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, RemoveDependentsForTaskRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, RemoveDependentsForTaskRequest> 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, RemoveFollowerForTaskRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, RemoveFollowerForTaskRequest> 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, RemoveFollowersForProjectRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, RemoveFollowersForProjectRequest> 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, RemoveFollowersRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, RemoveFollowersRequest> 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, RemoveItemForPortfolioRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, RemoveItemForPortfolioRequest> 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, RemoveMembersForPortfolioRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, RemoveMembersForPortfolioRequest> 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, RemoveMembersForProjectRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, RemoveMembersForProjectRequest> 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, RemoveProjectForTaskRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, RemoveProjectForTaskRequest> 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, RemoveSupportingRelationshipRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, RemoveSupportingRelationshipRequest> 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, RemoveTagForTaskRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, RemoveTagForTaskRequest> 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, RemoveUserForTeamRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, RemoveUserForTeamRequest> 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, RemoveUserForWorkspaceRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, RemoveUserForWorkspaceRequest> 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, SearchTasksForWorkspaceRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SearchTasksForWorkspaceRequest> 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, SetParentForTaskRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, SetParentForTaskRequest> 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, TriggerRuleRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, TriggerRuleRequest> 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, TypeaheadForWorkspaceRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, TypeaheadForWorkspaceRequest> 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, UpdateCustomFieldRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, UpdateCustomFieldRequest> 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, UpdateEnumOptionRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, UpdateEnumOptionRequest> 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, UpdateGoalMetricRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, UpdateGoalMetricRequest> 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, UpdateGoalRelationshipRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, UpdateGoalRelationshipRequest> 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, UpdateGoalRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, UpdateGoalRequest> 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, UpdatePortfolioRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, UpdatePortfolioRequest> 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, UpdateProjectBriefRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, UpdateProjectBriefRequest> 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, UpdateProjectRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, UpdateProjectRequest> 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, UpdateSectionRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, UpdateSectionRequest> 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, UpdateStoryRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, UpdateStoryRequest> 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, UpdateTagRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, UpdateTagRequest> 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, UpdateTaskRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, UpdateTaskRequest> 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, UpdateTeamRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, UpdateTeamRequest> 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, UpdateTimeTrackingEntryRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, UpdateTimeTrackingEntryRequest> 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, UpdateWebhookRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, UpdateWebhookRequest> 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, UpdateWorkspaceRequest>

Source§

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

The output that the future will produce on completion.
Source§

type IntoFuture = Pin<Box<dyn Future<Output = <FluentRequest<'a, UpdateWorkspaceRequest> 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> Freeze for FluentRequest<'a, T>
where T: Freeze,

§

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> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

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

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

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,

Source§

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>,

Source§

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>,

Source§

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.
Source§

impl<T> WithSubscriber for T

Source§

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
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

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