pub struct FinalizeAstStepReports {
pub merge_adjacent_primes: FinalizeAstStepReport,
}Fields§
§merge_adjacent_primes: FinalizeAstStepReportTrait Implementations§
Source§impl Clone for FinalizeAstStepReports
impl Clone for FinalizeAstStepReports
Source§fn clone(&self) -> FinalizeAstStepReports
fn clone(&self) -> FinalizeAstStepReports
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 FinalizeAstStepReports
impl Debug for FinalizeAstStepReports
Source§impl Default for FinalizeAstStepReports
impl Default for FinalizeAstStepReports
Source§fn default() -> FinalizeAstStepReports
fn default() -> FinalizeAstStepReports
Returns the “default value” for a type. Read more
impl Eq for FinalizeAstStepReports
Source§impl PartialEq for FinalizeAstStepReports
impl PartialEq for FinalizeAstStepReports
Source§fn eq(&self, other: &FinalizeAstStepReports) -> bool
fn eq(&self, other: &FinalizeAstStepReports) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FinalizeAstStepReports
Auto Trait Implementations§
impl Freeze for FinalizeAstStepReports
impl RefUnwindSafe for FinalizeAstStepReports
impl Send for FinalizeAstStepReports
impl Sync for FinalizeAstStepReports
impl Unpin for FinalizeAstStepReports
impl UnsafeUnpin for FinalizeAstStepReports
impl UnwindSafe for FinalizeAstStepReports
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.