Struct ruststep::ap203::config_control_design::Organization [−][src]
pub struct Organization {
pub id: Option<Identifier>,
pub name: Label,
pub description: Text,
}
Fields
id: Option<Identifier>
name: Label
description: Text
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 Organization
impl Send for Organization
impl Sync for Organization
impl Unpin for Organization
impl UnwindSafe for Organization
Blanket Implementations
Mutably borrows from an owned value. Read more