pub struct FinalizeAstStepReport {
pub applied_count: usize,
}Fields§
§applied_count: usizeTrait Implementations§
Source§impl Clone for FinalizeAstStepReport
impl Clone for FinalizeAstStepReport
Source§fn clone(&self) -> FinalizeAstStepReport
fn clone(&self) -> FinalizeAstStepReport
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 FinalizeAstStepReport
impl Debug for FinalizeAstStepReport
Source§impl Default for FinalizeAstStepReport
impl Default for FinalizeAstStepReport
Source§fn default() -> FinalizeAstStepReport
fn default() -> FinalizeAstStepReport
Returns the “default value” for a type. Read more
impl Eq for FinalizeAstStepReport
Source§impl PartialEq for FinalizeAstStepReport
impl PartialEq for FinalizeAstStepReport
Source§fn eq(&self, other: &FinalizeAstStepReport) -> bool
fn eq(&self, other: &FinalizeAstStepReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FinalizeAstStepReport
Auto Trait Implementations§
impl Freeze for FinalizeAstStepReport
impl RefUnwindSafe for FinalizeAstStepReport
impl Send for FinalizeAstStepReport
impl Sync for FinalizeAstStepReport
impl Unpin for FinalizeAstStepReport
impl UnsafeUnpin for FinalizeAstStepReport
impl UnwindSafe for FinalizeAstStepReport
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.