#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for Computer
Implementations
The identifier of the computer.
The identifier of the computer.
The computer name.
The computer name.
Appends an item to computer_attributes
.
To override the contents of this collection use set_computer_attributes
.
An array of Attribute
objects containing the LDAP attributes that belong to the computer account.
An array of Attribute
objects containing the LDAP attributes that belong to the computer account.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more