pub enum AppDataQueryKind {
Collection,
Detail,
Snapshot,
}Expand description
Generic query declaration shape for app-owned cached projections.
Variants§
Trait Implementations§
Source§impl Clone for AppDataQueryKind
impl Clone for AppDataQueryKind
Source§fn clone(&self) -> AppDataQueryKind
fn clone(&self) -> AppDataQueryKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AppDataQueryKind
Source§impl Debug for AppDataQueryKind
impl Debug for AppDataQueryKind
Source§impl<'de> Deserialize<'de> for AppDataQueryKind
impl<'de> Deserialize<'de> for AppDataQueryKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for AppDataQueryKind
Source§impl PartialEq for AppDataQueryKind
impl PartialEq for AppDataQueryKind
Source§impl Serialize for AppDataQueryKind
impl Serialize for AppDataQueryKind
impl StructuralPartialEq for AppDataQueryKind
Auto Trait Implementations§
impl Freeze for AppDataQueryKind
impl RefUnwindSafe for AppDataQueryKind
impl Send for AppDataQueryKind
impl Sync for AppDataQueryKind
impl Unpin for AppDataQueryKind
impl UnsafeUnpin for AppDataQueryKind
impl UnwindSafe for AppDataQueryKind
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