pub struct KeyManagementUpdate {
pub kmip_servers: Option<Vec<KmipServerUpdate>>,
}Expand description
Update struct corresponding to KeyManagement
Fields§
§kmip_servers: Option<Vec<KmipServerUpdate>>Implementations§
Source§impl KeyManagementUpdate
impl KeyManagementUpdate
pub fn builder() -> Self
pub const fn build(self) -> Self
pub fn with_kmip_servers(self, v: Vec<KmipServerUpdate>) -> Self
Trait Implementations§
Source§impl Debug for KeyManagementUpdate
impl Debug for KeyManagementUpdate
Source§impl Default for KeyManagementUpdate
impl Default for KeyManagementUpdate
Source§fn default() -> KeyManagementUpdate
fn default() -> KeyManagementUpdate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for KeyManagementUpdate
impl RefUnwindSafe for KeyManagementUpdate
impl Send for KeyManagementUpdate
impl Sync for KeyManagementUpdate
impl Unpin for KeyManagementUpdate
impl UnsafeUnpin for KeyManagementUpdate
impl UnwindSafe for KeyManagementUpdate
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