Struct ruststep::ap203::config_control_design::OrganizationalProject [−][src]
pub struct OrganizationalProject {
pub name: Label,
pub description: Text,
pub responsible_organizations: Vec<Organization>,
}
Fields
name: Label
description: Text
responsible_organizations: Vec<Organization>
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for OrganizationalProject
impl Send for OrganizationalProject
impl Sync for OrganizationalProject
impl Unpin for OrganizationalProject
impl UnwindSafe for OrganizationalProject
Blanket Implementations
Mutably borrows from an owned value. Read more