pub struct UnattendedConfig {
pub product_key: Option<String>,
pub full_name: String,
pub organization: String,
pub computer_name: String,
pub admin_password: Option<String>,
pub timezone: Option<u16>,
}Fields§
§product_key: Option<String>§full_name: String§organization: String§computer_name: String§admin_password: Option<String>§timezone: Option<u16>Trait Implementations§
Source§impl Clone for UnattendedConfig
impl Clone for UnattendedConfig
Source§fn clone(&self) -> UnattendedConfig
fn clone(&self) -> UnattendedConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for UnattendedConfig
impl RefUnwindSafe for UnattendedConfig
impl Send for UnattendedConfig
impl Sync for UnattendedConfig
impl Unpin for UnattendedConfig
impl UnsafeUnpin for UnattendedConfig
impl UnwindSafe for UnattendedConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more