pub struct CommandSafety {
pub command: &'static str,
pub level: SafetyLevel,
pub description: &'static str,
}Fields§
§command: &'static str§level: SafetyLevel§description: &'static strAuto Trait Implementations§
impl Freeze for CommandSafety
impl RefUnwindSafe for CommandSafety
impl Send for CommandSafety
impl Sync for CommandSafety
impl Unpin for CommandSafety
impl UnsafeUnpin for CommandSafety
impl UnwindSafe for CommandSafety
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