pub struct Config {
pub application_commands: Vec<&'static str>,
pub mapping_modes: Vec<&'static str>,
}
Expand description
The parsing configuration.
Fields§
§application_commands: Vec<&'static str>
The application library commands.
mapping_modes: Vec<&'static str>
The available mapping modes for the map command.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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