Enum hyper_scripter::query::EditQuery
source · pub enum EditQuery<Q> {
NewAnonimous,
Query(Q),
}
Variants§
Trait Implementations§
source§impl<Q: FromStr<Err = DisplayError>> FromStr for EditQuery<Q>
impl<Q: FromStr<Err = DisplayError>> FromStr for EditQuery<Q>
§type Err = DisplayError
type Err = DisplayError
The associated error which can be returned from parsing.
source§impl<Q: PartialEq> PartialEq for EditQuery<Q>
impl<Q: PartialEq> PartialEq for EditQuery<Q>
source§impl Serialize for EditQuery<ScriptOrDirQuery>
impl Serialize for EditQuery<ScriptOrDirQuery>
source§impl Serialize for EditQuery<ScriptQuery>
impl Serialize for EditQuery<ScriptQuery>
impl<Q: Eq> Eq for EditQuery<Q>
impl<Q> StructuralEq for EditQuery<Q>
impl<Q> StructuralPartialEq for EditQuery<Q>
Auto Trait Implementations§
impl<Q> RefUnwindSafe for EditQuery<Q>where Q: RefUnwindSafe,
impl<Q> Send for EditQuery<Q>where Q: Send,
impl<Q> Sync for EditQuery<Q>where Q: Sync,
impl<Q> Unpin for EditQuery<Q>where Q: Unpin,
impl<Q> UnwindSafe for EditQuery<Q>where Q: UnwindSafe,
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.