pub struct ContainerOfWorkflowSchemeAssociations {
pub values: Vec<WorkflowSchemeAssociations>,
}
Expand description
ContainerOfWorkflowSchemeAssociations : A container for a list of workflow schemes together with the projects they are associated with.
Fields§
§values: Vec<WorkflowSchemeAssociations>
A list of workflow schemes together with projects they are associated with.
Implementations§
Source§impl ContainerOfWorkflowSchemeAssociations
impl ContainerOfWorkflowSchemeAssociations
Sourcepub fn new(
values: Vec<WorkflowSchemeAssociations>,
) -> ContainerOfWorkflowSchemeAssociations
pub fn new( values: Vec<WorkflowSchemeAssociations>, ) -> ContainerOfWorkflowSchemeAssociations
A container for a list of workflow schemes together with the projects they are associated with.
Trait Implementations§
Source§impl Clone for ContainerOfWorkflowSchemeAssociations
impl Clone for ContainerOfWorkflowSchemeAssociations
Source§fn clone(&self) -> ContainerOfWorkflowSchemeAssociations
fn clone(&self) -> ContainerOfWorkflowSchemeAssociations
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 moreSource§impl<'de> Deserialize<'de> for ContainerOfWorkflowSchemeAssociations
impl<'de> Deserialize<'de> for ContainerOfWorkflowSchemeAssociations
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ContainerOfWorkflowSchemeAssociations
impl PartialEq for ContainerOfWorkflowSchemeAssociations
Source§fn eq(&self, other: &ContainerOfWorkflowSchemeAssociations) -> bool
fn eq(&self, other: &ContainerOfWorkflowSchemeAssociations) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ContainerOfWorkflowSchemeAssociations
Auto Trait Implementations§
impl Freeze for ContainerOfWorkflowSchemeAssociations
impl RefUnwindSafe for ContainerOfWorkflowSchemeAssociations
impl Send for ContainerOfWorkflowSchemeAssociations
impl Sync for ContainerOfWorkflowSchemeAssociations
impl Unpin for ContainerOfWorkflowSchemeAssociations
impl UnwindSafe for ContainerOfWorkflowSchemeAssociations
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