Enum hyper_scripter::query::EditQuery
source · [−]pub enum EditQuery<Q> {
NewAnonimous,
Query(Q),
}
Variants
NewAnonimous
Query(Q)
Trait Implementations
Auto Trait Implementations
impl<Q> RefUnwindSafe for EditQuery<Q> where
Q: RefUnwindSafe,
impl<Q> UnwindSafe for EditQuery<Q> where
Q: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.