pub struct ServiceAccountHeartbeatStatus { /* private fields */ }Implementations§
Source§impl ServiceAccountHeartbeatStatus
impl ServiceAccountHeartbeatStatus
Trait Implementations§
Source§impl Clone for ServiceAccountHeartbeatStatus
impl Clone for ServiceAccountHeartbeatStatus
Source§fn clone(&self) -> ServiceAccountHeartbeatStatus
fn clone(&self) -> ServiceAccountHeartbeatStatus
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<ServiceAccountHeartbeatStatus> for ServiceAccountHeartbeatStatus
impl From<ServiceAccountHeartbeatStatus> for ServiceAccountHeartbeatStatus
Source§fn from(value: ServiceAccountHeartbeatStatus) -> Self
fn from(value: ServiceAccountHeartbeatStatus) -> Self
Converts to this type from the input type.
Source§impl TryFrom<ServiceAccountHeartbeatStatus> for ServiceAccountHeartbeatStatus
impl TryFrom<ServiceAccountHeartbeatStatus> for ServiceAccountHeartbeatStatus
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(
value: ServiceAccountHeartbeatStatus,
) -> Result<Self, ConversionError>
fn try_from( value: ServiceAccountHeartbeatStatus, ) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for ServiceAccountHeartbeatStatus
impl RefUnwindSafe for ServiceAccountHeartbeatStatus
impl Send for ServiceAccountHeartbeatStatus
impl Sync for ServiceAccountHeartbeatStatus
impl Unpin for ServiceAccountHeartbeatStatus
impl UnsafeUnpin for ServiceAccountHeartbeatStatus
impl UnwindSafe for ServiceAccountHeartbeatStatus
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