Enum kal::CommandFragment
source · [−]pub enum CommandFragment {
Select(String),
Execute(Vec<(String, CommandArgumentValue)>),
}Variants
Select(String)
Execute(Vec<(String, CommandArgumentValue)>)
Auto Trait Implementations
impl RefUnwindSafe for CommandFragment
impl Send for CommandFragment
impl Sync for CommandFragment
impl Unpin for CommandFragment
impl UnwindSafe for CommandFragment
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more