pub struct GcpSecretManagerVaultHeartbeatData { /* private fields */ }Implementations§
Source§impl GcpSecretManagerVaultHeartbeatData
impl GcpSecretManagerVaultHeartbeatData
pub fn location<T>(self, value: T) -> Self
pub fn prefix<T>(self, value: T) -> Self
pub fn project_id<T>(self, value: T) -> Self
pub fn secret_metadata_listed<T>(self, value: T) -> Self
pub fn status<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for GcpSecretManagerVaultHeartbeatData
impl Clone for GcpSecretManagerVaultHeartbeatData
Source§fn clone(&self) -> GcpSecretManagerVaultHeartbeatData
fn clone(&self) -> GcpSecretManagerVaultHeartbeatData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl From<GcpSecretManagerVaultHeartbeatData> for GcpSecretManagerVaultHeartbeatData
impl From<GcpSecretManagerVaultHeartbeatData> for GcpSecretManagerVaultHeartbeatData
Source§fn from(value: GcpSecretManagerVaultHeartbeatData) -> Self
fn from(value: GcpSecretManagerVaultHeartbeatData) -> Self
Converts to this type from the input type.
Source§impl TryFrom<GcpSecretManagerVaultHeartbeatData> for GcpSecretManagerVaultHeartbeatData
impl TryFrom<GcpSecretManagerVaultHeartbeatData> for GcpSecretManagerVaultHeartbeatData
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(
value: GcpSecretManagerVaultHeartbeatData,
) -> Result<Self, ConversionError>
fn try_from( value: GcpSecretManagerVaultHeartbeatData, ) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for GcpSecretManagerVaultHeartbeatData
impl RefUnwindSafe for GcpSecretManagerVaultHeartbeatData
impl Send for GcpSecretManagerVaultHeartbeatData
impl Sync for GcpSecretManagerVaultHeartbeatData
impl Unpin for GcpSecretManagerVaultHeartbeatData
impl UnsafeUnpin for GcpSecretManagerVaultHeartbeatData
impl UnwindSafe for GcpSecretManagerVaultHeartbeatData
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