Struct google_vault1::OrgUnitInfo[][src]

pub struct OrgUnitInfo {
    pub org_unit_id: Option<String>,
}

Org Unit to search

This type is not used in any activity, and only used as part of another schema.

Fields

Org unit to search, as provided by the Admin SDK Directory API.

Trait Implementations

impl Default for OrgUnitInfo
[src]

Returns the "default value" for a type. Read more

impl Clone for OrgUnitInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OrgUnitInfo
[src]

Formats the value using the given formatter. Read more

impl Part for OrgUnitInfo
[src]

Auto Trait Implementations

impl Send for OrgUnitInfo

impl Sync for OrgUnitInfo