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