pub struct CommandExecutedData {
pub arguments: String,
pub message_id: String,
pub name: String,
pub session_id: String,
}Fields§
§arguments: String§message_id: String§name: String§session_id: StringTrait Implementations§
Source§impl Clone for CommandExecutedData
impl Clone for CommandExecutedData
Source§fn clone(&self) -> CommandExecutedData
fn clone(&self) -> CommandExecutedData
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 CommandExecutedData
impl Debug for CommandExecutedData
Source§impl<'de> Deserialize<'de> for CommandExecutedData
impl<'de> Deserialize<'de> for CommandExecutedData
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 CommandExecutedData
impl PartialEq for CommandExecutedData
Source§impl Serialize for CommandExecutedData
impl Serialize for CommandExecutedData
impl StructuralPartialEq for CommandExecutedData
Auto Trait Implementations§
impl Freeze for CommandExecutedData
impl RefUnwindSafe for CommandExecutedData
impl Send for CommandExecutedData
impl Sync for CommandExecutedData
impl Unpin for CommandExecutedData
impl UnsafeUnpin for CommandExecutedData
impl UnwindSafe for CommandExecutedData
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