pub struct FamilyExtraction {
pub key: FamilyKey,
pub template: FamilyTemplate,
pub binding: Binding,
}Expand description
The result of a successful extraction: the family the query belongs to, the template its pipeline compiles from, and the binding this query is.
Fields§
§key: FamilyKey§template: FamilyTemplate§binding: BindingTrait Implementations§
Source§impl Clone for FamilyExtraction
impl Clone for FamilyExtraction
Source§fn clone(&self) -> FamilyExtraction
fn clone(&self) -> FamilyExtraction
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 moreAuto Trait Implementations§
impl Freeze for FamilyExtraction
impl RefUnwindSafe for FamilyExtraction
impl Send for FamilyExtraction
impl Sync for FamilyExtraction
impl Unpin for FamilyExtraction
impl UnsafeUnpin for FamilyExtraction
impl UnwindSafe for FamilyExtraction
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