pub struct SlashCommandDetail {
pub name: String,
pub args: Option<String>,
}Fields§
§name: String§args: Option<String>Trait Implementations§
Source§impl Debug for SlashCommandDetail
impl Debug for SlashCommandDetail
Auto Trait Implementations§
impl Freeze for SlashCommandDetail
impl RefUnwindSafe for SlashCommandDetail
impl Send for SlashCommandDetail
impl Sync for SlashCommandDetail
impl Unpin for SlashCommandDetail
impl UnwindSafe for SlashCommandDetail
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