Struct rusoto_ds::Computer[][src]

pub struct Computer {
    pub computer_attributes: Option<Vec<Attribute>>,
    pub computer_id: Option<String>,
    pub computer_name: Option<String>,
}

Contains information about a computer account in a directory.

Fields

An array of Attribute objects containing the LDAP attributes that belong to the computer account.

The identifier of the computer.

The computer name.

Trait Implementations

impl Default for Computer
[src]

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

impl Debug for Computer
[src]

Formats the value using the given formatter. Read more

impl Clone for Computer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Computer
[src]

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 Send for Computer

impl Sync for Computer