pub struct TapisWorkflows {Show 15 fields
pub archives: ArchivesClient,
pub cicd: CicdClient,
pub etl: EtlClient,
pub general: GeneralClient,
pub group_secrets: GroupSecretsClient,
pub groups: GroupsClient,
pub identities: IdentitiesClient,
pub pipeline_archives: PipelineArchivesClient,
pub pipeline_locks: PipelineLocksClient,
pub pipeline_runs: PipelineRunsClient,
pub pipelines: PipelinesClient,
pub secrets: SecretsClient,
pub task_executions: TaskExecutionsClient,
pub tasks: TasksClient,
pub users: UsersClient,
/* private fields */
}Fields§
§archives: ArchivesClient§cicd: CicdClient§etl: EtlClient§general: GeneralClient§group_secrets: GroupSecretsClient§groups: GroupsClient§identities: IdentitiesClient§pipeline_archives: PipelineArchivesClient§pipeline_locks: PipelineLocksClient§pipeline_runs: PipelineRunsClient§pipelines: PipelinesClient§secrets: SecretsClient§task_executions: TaskExecutionsClient§tasks: TasksClient§users: UsersClientImplementations§
Trait Implementations§
Source§impl Clone for TapisWorkflows
impl Clone for TapisWorkflows
Source§fn clone(&self) -> TapisWorkflows
fn clone(&self) -> TapisWorkflows
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TapisWorkflows
impl !RefUnwindSafe for TapisWorkflows
impl Send for TapisWorkflows
impl Sync for TapisWorkflows
impl Unpin for TapisWorkflows
impl !UnwindSafe for TapisWorkflows
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more