pub struct ScriptQuery { /* private fields */ }
Implementations§
Source§impl ScriptQuery
impl ScriptQuery
pub fn new(script: &str) -> ScriptQuery
Trait Implementations§
Source§impl Default for ScriptQuery
impl Default for ScriptQuery
Source§fn default() -> ScriptQuery
fn default() -> ScriptQuery
Returns the “default value” for a type. Read more
Source§impl QueryTrait for ScriptQuery
impl QueryTrait for ScriptQuery
Auto Trait Implementations§
impl Freeze for ScriptQuery
impl RefUnwindSafe for ScriptQuery
impl Send for ScriptQuery
impl Sync for ScriptQuery
impl Unpin for ScriptQuery
impl UnwindSafe for ScriptQuery
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