pub struct KmipClusterInfoKeyInfo {}Expand description
Base class of key information.
Since: vSphere API Release 9.0.0.0
§How to access
CryptoManagerKmip::kmip_servers.key_info?CryptoManagerKmip::list_kmip_servers().key_info?CryptoManagerKmip::list_kms_clusters().key_info?CryptoManagerKmip::retrieve_kmip_servers_status_task(clusters).key_info?
Trait Implementations§
Source§impl Debug for KmipClusterInfoKeyInfo
impl Debug for KmipClusterInfoKeyInfo
Source§impl Deserialize for KmipClusterInfoKeyInfo
impl Deserialize for KmipClusterInfoKeyInfo
Source§impl VimObjectTrait for KmipClusterInfoKeyInfo
impl VimObjectTrait for KmipClusterInfoKeyInfo
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for KmipClusterInfoKeyInfo
impl KmipClusterInfoKeyInfoTrait for KmipClusterInfoKeyInfo
Auto Trait Implementations§
impl Freeze for KmipClusterInfoKeyInfo
impl RefUnwindSafe for KmipClusterInfoKeyInfo
impl Send for KmipClusterInfoKeyInfo
impl Sync for KmipClusterInfoKeyInfo
impl Unpin for KmipClusterInfoKeyInfo
impl UnsafeUnpin for KmipClusterInfoKeyInfo
impl UnwindSafe for KmipClusterInfoKeyInfo
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