pub struct Opt {Show 24 fields
pub access_level: OptU<String>,
pub api_job_token: OptU<String>,
pub api_oauth_token: OptU<String>,
pub api_password: OptU<String>,
pub api_token: OptU<String>,
pub api_url: OptU<String>,
pub api_username: OptU<String>,
pub ca_path: OptU<String>,
pub confirm: OptU<BoolOrString>,
pub email: OptU<String>,
pub external: OptU<BoolOrString>,
pub group: OptU<String>,
pub identities: OptU<StringOrVec>,
pub isadmin: OptU<BoolOrString>,
pub name: OptU<String>,
pub overwrite_identities: OptU<BoolOrString>,
pub password: OptU<String>,
pub reset_password: OptU<BoolOrString>,
pub sshkey_expires_at: OptU<String>,
pub sshkey_file: OptU<String>,
pub sshkey_name: OptU<String>,
pub state: OptU<String>,
pub username: OptU<String>,
pub validate_certs: OptU<BoolOrString>,
}Fields§
§access_level: OptU<String>§api_job_token: OptU<String>§api_oauth_token: OptU<String>§api_password: OptU<String>§api_token: OptU<String>§api_url: OptU<String>§api_username: OptU<String>§ca_path: OptU<String>§confirm: OptU<BoolOrString>§email: OptU<String>§external: OptU<BoolOrString>§group: OptU<String>§identities: OptU<StringOrVec>§isadmin: OptU<BoolOrString>§name: OptU<String>§overwrite_identities: OptU<BoolOrString>§password: OptU<String>§reset_password: OptU<BoolOrString>§sshkey_expires_at: OptU<String>§sshkey_file: OptU<String>§sshkey_name: OptU<String>§state: OptU<String>§username: OptU<String>§validate_certs: OptU<BoolOrString>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Opt
impl RefUnwindSafe for Opt
impl Send for Opt
impl Sync for Opt
impl Unpin for Opt
impl UnwindSafe for Opt
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)