pub struct WindowsBuilder { /* private fields */ }Expand description
Builder for Windows.
Implementations§
Source§impl WindowsBuilder
impl WindowsBuilder
pub fn credential_spec<VALUE: Into<Option<HashMap<String, Option<Value>>>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn devices<VALUE: Into<Option<Vec<WindowsDevice>>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn hyperv<VALUE: Into<Option<Hyperv>>>(&mut self, value: VALUE) -> &mut Self
pub fn ignore_flushes_during_boot<VALUE: Into<Option<bool>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn layer_folders<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn network<VALUE: Into<Option<WindowsNetwork>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn resources<VALUE: Into<Option<WindowsResources>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn servicing<VALUE: Into<Option<bool>>>( &mut self, value: VALUE, ) -> &mut Self
Trait Implementations§
Source§impl Clone for WindowsBuilder
impl Clone for WindowsBuilder
Source§fn clone(&self) -> WindowsBuilder
fn clone(&self) -> WindowsBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for WindowsBuilder
impl Default for WindowsBuilder
Source§fn default() -> WindowsBuilder
fn default() -> WindowsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WindowsBuilder
impl RefUnwindSafe for WindowsBuilder
impl Send for WindowsBuilder
impl Sync for WindowsBuilder
impl Unpin for WindowsBuilder
impl UnwindSafe for WindowsBuilder
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