pub struct CommandMeta {
pub profile_name: Option<String>,
pub team_id: String,
pub user_id: String,
pub method: String,
pub command: String,
}Expand description
Command execution metadata
Fields§
§profile_name: Option<String>§team_id: String§user_id: String§method: String§command: StringTrait Implementations§
Source§impl Debug for CommandMeta
impl Debug for CommandMeta
Source§impl<'de> Deserialize<'de> for CommandMeta
impl<'de> Deserialize<'de> for CommandMeta
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
Auto Trait Implementations§
impl Freeze for CommandMeta
impl RefUnwindSafe for CommandMeta
impl Send for CommandMeta
impl Sync for CommandMeta
impl Unpin for CommandMeta
impl UnwindSafe for CommandMeta
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