pub struct UserInputSlashCommand {
pub name: Option<String>,
}Expand description
antigravity.localharness.UserInput.SlashCommand
Fields§
§name: Option<String>Trait Implementations§
Source§impl Clone for UserInputSlashCommand
impl Clone for UserInputSlashCommand
Source§fn clone(&self) -> UserInputSlashCommand
fn clone(&self) -> UserInputSlashCommand
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 UserInputSlashCommand
impl Debug for UserInputSlashCommand
Source§impl Default for UserInputSlashCommand
impl Default for UserInputSlashCommand
Source§fn default() -> UserInputSlashCommand
fn default() -> UserInputSlashCommand
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UserInputSlashCommand
impl<'de> Deserialize<'de> for UserInputSlashCommand
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 UserInputSlashCommand
impl PartialEq for UserInputSlashCommand
Source§impl Serialize for UserInputSlashCommand
impl Serialize for UserInputSlashCommand
impl StructuralPartialEq for UserInputSlashCommand
Auto Trait Implementations§
impl Freeze for UserInputSlashCommand
impl RefUnwindSafe for UserInputSlashCommand
impl Send for UserInputSlashCommand
impl Sync for UserInputSlashCommand
impl Unpin for UserInputSlashCommand
impl UnsafeUnpin for UserInputSlashCommand
impl UnwindSafe for UserInputSlashCommand
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