pub struct AutomaticSequenceDecision {
pub theorem: String,
pub value: bool,
pub method: String,
pub certificate: Node,
}Expand description
Decision record produced by the built-in automatic-sequences plugin.
Fields§
§theorem: String§value: bool§method: String§certificate: NodeTrait Implementations§
Source§impl Clone for AutomaticSequenceDecision
impl Clone for AutomaticSequenceDecision
Source§fn clone(&self) -> AutomaticSequenceDecision
fn clone(&self) -> AutomaticSequenceDecision
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 AutomaticSequenceDecision
impl Debug for AutomaticSequenceDecision
impl StructuralPartialEq for AutomaticSequenceDecision
Auto Trait Implementations§
impl Freeze for AutomaticSequenceDecision
impl RefUnwindSafe for AutomaticSequenceDecision
impl Send for AutomaticSequenceDecision
impl Sync for AutomaticSequenceDecision
impl Unpin for AutomaticSequenceDecision
impl UnsafeUnpin for AutomaticSequenceDecision
impl UnwindSafe for AutomaticSequenceDecision
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