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