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