pub struct Opt {
pub key: OptU<String>,
pub machine: OptU<StringOrVec>,
pub name: OptU<String>,
pub password: OptU<String>,
pub port: OptU<IntOrString>,
pub state: OptU<String>,
pub timeout: OptU<IntOrString>,
pub user: OptU<String>,
}Fields§
§key: OptU<String>§machine: OptU<StringOrVec>§name: OptU<String>§password: OptU<String>§port: OptU<IntOrString>§state: OptU<String>§timeout: OptU<IntOrString>§user: OptU<String>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)