pub struct HostSystemSwapConfigurationFields<'a> { /* private fields */ }Implementations§
Source§impl HostSystemSwapConfigurationFields<'_>
impl HostSystemSwapConfigurationFields<'_>
pub fn new() -> HostSystemSwapConfigurationFields<'static>
Trait Implementations§
Source§impl FieldsBuilder for HostSystemSwapConfigurationFields<'static>
impl FieldsBuilder for HostSystemSwapConfigurationFields<'static>
Source§fn build_boxed(&mut self) -> Result<Box<dyn VimObjectTrait>>
fn build_boxed(&mut self) -> Result<Box<dyn VimObjectTrait>>
Build the concrete type and box it as a VimObjectTrait.
Auto Trait Implementations§
impl<'a> Freeze for HostSystemSwapConfigurationFields<'a>
impl<'a> !RefUnwindSafe for HostSystemSwapConfigurationFields<'a>
impl<'a> Send for HostSystemSwapConfigurationFields<'a>
impl<'a> Sync for HostSystemSwapConfigurationFields<'a>
impl<'a> Unpin for HostSystemSwapConfigurationFields<'a>
impl<'a> UnsafeUnpin for HostSystemSwapConfigurationFields<'a>
impl<'a> !UnwindSafe for HostSystemSwapConfigurationFields<'a>
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