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