pub struct MatchSolveContext<'a> {
pub variables: &'a QueryVariables,
pub clock: Arc<dyn QueryClock>,
}Fields§
§variables: &'a QueryVariables§clock: Arc<dyn QueryClock>Implementations§
Source§impl<'a> MatchSolveContext<'a>
impl<'a> MatchSolveContext<'a>
pub fn new( variables: &'a QueryVariables, clock: Arc<dyn QueryClock>, ) -> MatchSolveContext<'a>
Trait Implementations§
Source§impl<'a> Clone for MatchSolveContext<'a>
impl<'a> Clone for MatchSolveContext<'a>
Source§fn clone(&self) -> MatchSolveContext<'a>
fn clone(&self) -> MatchSolveContext<'a>
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<'a> Freeze for MatchSolveContext<'a>
impl<'a> !RefUnwindSafe for MatchSolveContext<'a>
impl<'a> Send for MatchSolveContext<'a>
impl<'a> Sync for MatchSolveContext<'a>
impl<'a> Unpin for MatchSolveContext<'a>
impl<'a> !UnwindSafe for MatchSolveContext<'a>
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