pub struct RecoveredDiskInfoFields<'a> { /* private fields */ }Implementations§
Source§impl RecoveredDiskInfoFields<'_>
impl RecoveredDiskInfoFields<'_>
pub fn new() -> RecoveredDiskInfoFields<'static>
Trait Implementations§
Source§impl FieldsBuilder for RecoveredDiskInfoFields<'static>
impl FieldsBuilder for RecoveredDiskInfoFields<'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 RecoveredDiskInfoFields<'a>
impl<'a> RefUnwindSafe for RecoveredDiskInfoFields<'a>
impl<'a> Send for RecoveredDiskInfoFields<'a>
impl<'a> Sync for RecoveredDiskInfoFields<'a>
impl<'a> Unpin for RecoveredDiskInfoFields<'a>
impl<'a> UnsafeUnpin for RecoveredDiskInfoFields<'a>
impl<'a> !UnwindSafe for RecoveredDiskInfoFields<'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