pub struct ExecBind {
pub mods: Vec<&'static str>,
pub key: Box<str>,
pub exec: Box<str>,
}
Fields§
§mods: Vec<&'static str>
§key: Box<str>
§exec: Box<str>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExecBind
impl RefUnwindSafe for ExecBind
impl Send for ExecBind
impl Sync for ExecBind
impl Unpin for ExecBind
impl UnwindSafe for ExecBind
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