pub struct Interpreter<'src> {
pub arguments: Vec<StringLiteral<'src>>,
pub command: StringLiteral<'src>,
}
Fieldsยง
ยงarguments: Vec<StringLiteral<'src>>
ยงcommand: StringLiteral<'src>
Implementationsยง
Sourceยงimpl<'src> Interpreter<'src>
impl<'src> Interpreter<'src>
pub fn default_script_interpreter() -> &'static Interpreter<'static>
Trait Implementationsยง
Sourceยงimpl<'src> Clone for Interpreter<'src>
impl<'src> Clone for Interpreter<'src>
Sourceยงfn clone(&self) -> Interpreter<'src>
fn clone(&self) -> Interpreter<'src>
Returns a copy of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSourceยงimpl<'src> Debug for Interpreter<'src>
impl<'src> Debug for Interpreter<'src>
Sourceยงimpl<'src> Display for Interpreter<'src>
impl<'src> Display for Interpreter<'src>
Sourceยงimpl<'src> Ord for Interpreter<'src>
impl<'src> Ord for Interpreter<'src>
Sourceยงfn cmp(&self, other: &Interpreter<'src>) -> Ordering
fn cmp(&self, other: &Interpreter<'src>) -> Ordering
1.21.0 ยท Sourceยงfn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Sourceยงimpl<'src> PartialEq for Interpreter<'src>
impl<'src> PartialEq for Interpreter<'src>
Sourceยงimpl<'src> PartialOrd for Interpreter<'src>
impl<'src> PartialOrd for Interpreter<'src>
Sourceยงimpl<'src> Serialize for Interpreter<'src>
impl<'src> Serialize for Interpreter<'src>
impl<'src> Eq for Interpreter<'src>
impl<'src> StructuralPartialEq for Interpreter<'src>
Auto Trait Implementationsยง
impl<'src> Freeze for Interpreter<'src>
impl<'src> RefUnwindSafe for Interpreter<'src>
impl<'src> Send for Interpreter<'src>
impl<'src> Sync for Interpreter<'src>
impl<'src> Unpin for Interpreter<'src>
impl<'src> UnwindSafe for Interpreter<'src>
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