pub enum QueryType {
Select,
}Expand description
Holds the type of a Query.
Variants§
Select
A query that selects and returns data (STAMQL SELECT keyword).
Trait Implementations§
source§impl PartialEq for QueryType
impl PartialEq for QueryType
impl Copy for QueryType
impl StructuralPartialEq for QueryType
Auto Trait Implementations§
impl RefUnwindSafe for QueryType
impl Send for QueryType
impl Sync for QueryType
impl Unpin for QueryType
impl UnwindSafe for QueryType
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