pub struct ClusterBootstrapRecoveryBackupEndpointCa {
pub key: String,
pub name: String,
}Fields§
§key: String§name: StringTrait Implementations§
source§impl Clone for ClusterBootstrapRecoveryBackupEndpointCa
impl Clone for ClusterBootstrapRecoveryBackupEndpointCa
source§fn clone(&self) -> ClusterBootstrapRecoveryBackupEndpointCa
fn clone(&self) -> ClusterBootstrapRecoveryBackupEndpointCa
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 ClusterBootstrapRecoveryBackupEndpointCa
impl Default for ClusterBootstrapRecoveryBackupEndpointCa
source§fn default() -> ClusterBootstrapRecoveryBackupEndpointCa
fn default() -> ClusterBootstrapRecoveryBackupEndpointCa
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ClusterBootstrapRecoveryBackupEndpointCa
impl<'de> Deserialize<'de> for ClusterBootstrapRecoveryBackupEndpointCa
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 ClusterBootstrapRecoveryBackupEndpointCa
impl Send for ClusterBootstrapRecoveryBackupEndpointCa
impl Sync for ClusterBootstrapRecoveryBackupEndpointCa
impl Unpin for ClusterBootstrapRecoveryBackupEndpointCa
impl UnwindSafe for ClusterBootstrapRecoveryBackupEndpointCa
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