pub struct CommandIntResponse {
pub success: bool,
}Fields§
§success: boolTrait Implementations§
Source§impl Clone for CommandIntResponse
impl Clone for CommandIntResponse
Source§fn clone(&self) -> CommandIntResponse
fn clone(&self) -> CommandIntResponse
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 CommandIntResponse
impl Debug for CommandIntResponse
Source§impl Default for CommandIntResponse
impl Default for CommandIntResponse
Source§impl<'de> Deserialize<'de> for CommandIntResponse
impl<'de> Deserialize<'de> for CommandIntResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CommandIntResponse
impl PartialEq for CommandIntResponse
Source§impl Serialize for CommandIntResponse
impl Serialize for CommandIntResponse
impl Message for CommandIntResponse
impl StructuralPartialEq for CommandIntResponse
Auto Trait Implementations§
impl Freeze for CommandIntResponse
impl RefUnwindSafe for CommandIntResponse
impl Send for CommandIntResponse
impl Sync for CommandIntResponse
impl Unpin for CommandIntResponse
impl UnwindSafe for CommandIntResponse
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