pub struct GoalHypothesizer;Expand description
The branch that is exactly what the operator asked for.
Trait Implementations§
Source§impl Clone for GoalHypothesizer
impl Clone for GoalHypothesizer
Source§fn clone(&self) -> GoalHypothesizer
fn clone(&self) -> GoalHypothesizer
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 moreSource§impl Debug for GoalHypothesizer
impl Debug for GoalHypothesizer
Source§impl Default for GoalHypothesizer
impl Default for GoalHypothesizer
Source§fn default() -> GoalHypothesizer
fn default() -> GoalHypothesizer
Returns the “default value” for a type. Read more
Source§impl Hypothesizer for GoalHypothesizer
impl Hypothesizer for GoalHypothesizer
Auto Trait Implementations§
impl Freeze for GoalHypothesizer
impl RefUnwindSafe for GoalHypothesizer
impl Send for GoalHypothesizer
impl Sync for GoalHypothesizer
impl Unpin for GoalHypothesizer
impl UnsafeUnpin for GoalHypothesizer
impl UnwindSafe for GoalHypothesizer
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