pub struct CmdFunctions {
pub run: fn(&mut Core, &[String]),
pub help: fn(&mut Core),
}
Fields§
§run: fn(&mut Core, &[String])
§help: fn(&mut Core)
Auto Trait Implementations§
impl Freeze for CmdFunctions
impl RefUnwindSafe for CmdFunctions
impl Send for CmdFunctions
impl Sync for CmdFunctions
impl Unpin for CmdFunctions
impl UnwindSafe for CmdFunctions
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