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