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