Struct hyper_scripter::query::ScriptQuery
source · pub struct ScriptQuery { /* private fields */ }
Trait Implementations§
source§impl Clone for ScriptQuery
impl Clone for ScriptQuery
source§fn clone(&self) -> ScriptQuery
fn clone(&self) -> ScriptQuery
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 Debug for ScriptQuery
impl Debug for ScriptQuery
source§impl Default for ScriptQuery
impl Default for ScriptQuery
source§impl Display for ScriptQuery
impl Display for ScriptQuery
source§impl FromStr for ScriptQuery
impl FromStr for ScriptQuery
§type Err = DisplayError
type Err = DisplayError
The associated error which can be returned from parsing.
source§impl IntoScriptName for ScriptQuery
impl IntoScriptName for ScriptQuery
fn into_script_name(self) -> Result<ScriptName>
fn into_script_name_unchecked(self) -> Result<ScriptName>where Self: Sized,
source§impl PartialEq for ScriptQuery
impl PartialEq for ScriptQuery
source§fn eq(&self, other: &ScriptQuery) -> bool
fn eq(&self, other: &ScriptQuery) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ScriptQuery
impl Serialize for ScriptQuery
impl Eq for ScriptQuery
impl StructuralEq for ScriptQuery
impl StructuralPartialEq for ScriptQuery
Auto Trait Implementations§
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.