pub struct CommandCheck {
pub name: &'static str,
pub command: &'static str,
pub required: bool,
pub suggestion: &'static str,
}Expand description
Configuration for a command availability check
Fields§
§name: &'static str§command: &'static str§required: bool§suggestion: &'static strAuto Trait Implementations§
impl Freeze for CommandCheck
impl RefUnwindSafe for CommandCheck
impl Send for CommandCheck
impl Sync for CommandCheck
impl Unpin for CommandCheck
impl UnwindSafe for CommandCheck
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