pub struct HypervBuilder { /* private fields */ }Expand description
Builder for Hyperv.
Implementations§
Trait Implementations§
Source§impl Clone for HypervBuilder
impl Clone for HypervBuilder
Source§fn clone(&self) -> HypervBuilder
fn clone(&self) -> HypervBuilder
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 HypervBuilder
impl Default for HypervBuilder
Source§fn default() -> HypervBuilder
fn default() -> HypervBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HypervBuilder
impl RefUnwindSafe for HypervBuilder
impl Send for HypervBuilder
impl Sync for HypervBuilder
impl Unpin for HypervBuilder
impl UnwindSafe for HypervBuilder
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