pub struct QueryKeyContext {
pub module_name: String,
pub spec_name: Option<String>,
pub keys: Vec<QueryKeyEntry>,
}Expand description
Context for query keys generation.
Fields§
§module_name: String§spec_name: Option<String>§keys: Vec<QueryKeyEntry>Trait Implementations§
Source§impl Clone for QueryKeyContext
impl Clone for QueryKeyContext
Source§fn clone(&self) -> QueryKeyContext
fn clone(&self) -> QueryKeyContext
Returns a duplicate 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 QueryKeyContext
impl Debug for QueryKeyContext
Auto Trait Implementations§
impl Freeze for QueryKeyContext
impl RefUnwindSafe for QueryKeyContext
impl Send for QueryKeyContext
impl Sync for QueryKeyContext
impl Unpin for QueryKeyContext
impl UnwindSafe for QueryKeyContext
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