Struct grid_sdk::protocol::pike::state::OrganizationListBuilder [−][src]
pub struct OrganizationListBuilder {
pub organizations: Vec<Organization>,
}Expand description
Builder used to create a Agent
Fields
organizations: Vec<Organization>Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for OrganizationListBuilderimpl Send for OrganizationListBuilderimpl Sync for OrganizationListBuilderimpl Unpin for OrganizationListBuilderimpl UnwindSafe for OrganizationListBuilderBlanket Implementations
Mutably borrows from an owned value. Read more