pub struct CustomKeyStore {
pub custom_key_store_id: String,
pub custom_key_store_name: String,
pub custom_key_store_type: String,
pub cloud_hsm_cluster_id: Option<String>,
pub trust_anchor_certificate: Option<String>,
pub connection_state: String,
pub creation_date: f64,
pub xks_proxy_uri_endpoint: Option<String>,
pub xks_proxy_uri_path: Option<String>,
pub xks_proxy_vpc_endpoint_service_name: Option<String>,
pub xks_proxy_connectivity: Option<String>,
}Fields§
§custom_key_store_id: String§custom_key_store_name: String§custom_key_store_type: String§cloud_hsm_cluster_id: Option<String>§trust_anchor_certificate: Option<String>§connection_state: String§creation_date: f64§xks_proxy_uri_endpoint: Option<String>§xks_proxy_uri_path: Option<String>§xks_proxy_vpc_endpoint_service_name: Option<String>§xks_proxy_connectivity: Option<String>Trait Implementations§
Source§impl Clone for CustomKeyStore
impl Clone for CustomKeyStore
Source§fn clone(&self) -> CustomKeyStore
fn clone(&self) -> CustomKeyStore
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for CustomKeyStore
impl<'de> Deserialize<'de> for CustomKeyStore
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CustomKeyStore
impl RefUnwindSafe for CustomKeyStore
impl Send for CustomKeyStore
impl Sync for CustomKeyStore
impl Unpin for CustomKeyStore
impl UnsafeUnpin for CustomKeyStore
impl UnwindSafe for CustomKeyStore
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