pub struct EntityBackup {}Expand description
EntityBackup is an abstract data object that contains the related entity backup and restore elements for virtual distributed switches and virtual distributed portgroups.
See the following elements:
- EntityBackupConfig
- EntityImportType_enum
- EntityType_enum
Trait Implementations§
Source§impl Debug for EntityBackup
impl Debug for EntityBackup
Source§impl Deserialize for EntityBackup
impl Deserialize for EntityBackup
Source§impl VimObjectTrait for EntityBackup
impl VimObjectTrait for EntityBackup
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for EntityBackup
Auto Trait Implementations§
impl Freeze for EntityBackup
impl RefUnwindSafe for EntityBackup
impl Send for EntityBackup
impl Sync for EntityBackup
impl Unpin for EntityBackup
impl UnsafeUnpin for EntityBackup
impl UnwindSafe for EntityBackup
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