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