pub struct GcpServiceAccountHeartbeatData { /* private fields */ }Implementations§
Source§impl GcpServiceAccountHeartbeatData
impl GcpServiceAccountHeartbeatData
pub fn description<T>(self, value: T) -> Self
pub fn disabled<T>(self, value: T) -> Self
pub fn display_name<T>(self, value: T) -> Self
pub fn email<T>(self, value: T) -> Self
pub fn etag<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn oauth2_client_id<T>(self, value: T) -> Self
pub fn project_binding_count<T>(self, value: T) -> Self
pub fn project_id<T>(self, value: T) -> Self
pub fn project_roles<T>(self, value: T) -> Self
pub fn service_account_binding_count<T>(self, value: T) -> Self
pub fn service_account_roles<T>(self, value: T) -> Self
pub fn status<T>(self, value: T) -> Self
pub fn unique_id<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for GcpServiceAccountHeartbeatData
impl Clone for GcpServiceAccountHeartbeatData
Source§fn clone(&self) -> GcpServiceAccountHeartbeatData
fn clone(&self) -> GcpServiceAccountHeartbeatData
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<GcpServiceAccountHeartbeatData> for GcpServiceAccountHeartbeatData
impl From<GcpServiceAccountHeartbeatData> for GcpServiceAccountHeartbeatData
Source§fn from(value: GcpServiceAccountHeartbeatData) -> Self
fn from(value: GcpServiceAccountHeartbeatData) -> Self
Converts to this type from the input type.
Source§impl TryFrom<GcpServiceAccountHeartbeatData> for GcpServiceAccountHeartbeatData
impl TryFrom<GcpServiceAccountHeartbeatData> for GcpServiceAccountHeartbeatData
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(
value: GcpServiceAccountHeartbeatData,
) -> Result<Self, ConversionError>
fn try_from( value: GcpServiceAccountHeartbeatData, ) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for GcpServiceAccountHeartbeatData
impl RefUnwindSafe for GcpServiceAccountHeartbeatData
impl Send for GcpServiceAccountHeartbeatData
impl Sync for GcpServiceAccountHeartbeatData
impl Unpin for GcpServiceAccountHeartbeatData
impl UnsafeUnpin for GcpServiceAccountHeartbeatData
impl UnwindSafe for GcpServiceAccountHeartbeatData
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