pub struct ClusterStatusSecretsResourceVersion {
pub application_secret_version: Option<String>,
pub barman_endpoint_ca: Option<String>,
pub ca_secret_version: Option<String>,
pub client_ca_secret_version: Option<String>,
pub managed_role_secret_version: Option<BTreeMap<String, String>>,
pub metrics: Option<BTreeMap<String, String>>,
pub replication_secret_version: Option<String>,
pub server_ca_secret_version: Option<String>,
pub server_secret_version: Option<String>,
pub superuser_secret_version: Option<String>,
}Fields§
§application_secret_version: Option<String>§barman_endpoint_ca: Option<String>§ca_secret_version: Option<String>§client_ca_secret_version: Option<String>§managed_role_secret_version: Option<BTreeMap<String, String>>§metrics: Option<BTreeMap<String, String>>§replication_secret_version: Option<String>§server_ca_secret_version: Option<String>§server_secret_version: Option<String>§superuser_secret_version: Option<String>Trait Implementations§
source§impl Clone for ClusterStatusSecretsResourceVersion
impl Clone for ClusterStatusSecretsResourceVersion
source§fn clone(&self) -> ClusterStatusSecretsResourceVersion
fn clone(&self) -> ClusterStatusSecretsResourceVersion
Returns a copy 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 Default for ClusterStatusSecretsResourceVersion
impl Default for ClusterStatusSecretsResourceVersion
source§fn default() -> ClusterStatusSecretsResourceVersion
fn default() -> ClusterStatusSecretsResourceVersion
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ClusterStatusSecretsResourceVersion
impl<'de> Deserialize<'de> for ClusterStatusSecretsResourceVersion
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 RefUnwindSafe for ClusterStatusSecretsResourceVersion
impl Send for ClusterStatusSecretsResourceVersion
impl Sync for ClusterStatusSecretsResourceVersion
impl Unpin for ClusterStatusSecretsResourceVersion
impl UnwindSafe for ClusterStatusSecretsResourceVersion
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