pub struct SubstitutionReport { /* private fields */ }Expand description
Result of applying a substitution rule.
Implementations§
Trait Implementations§
Source§impl Clone for SubstitutionReport
impl Clone for SubstitutionReport
Source§fn clone(&self) -> SubstitutionReport
fn clone(&self) -> SubstitutionReport
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 SubstitutionReport
impl Debug for SubstitutionReport
Source§impl Default for SubstitutionReport
impl Default for SubstitutionReport
Source§fn default() -> SubstitutionReport
fn default() -> SubstitutionReport
Returns the “default value” for a type. Read more
impl Eq for SubstitutionReport
Source§impl PartialEq for SubstitutionReport
impl PartialEq for SubstitutionReport
Source§fn eq(&self, other: &SubstitutionReport) -> bool
fn eq(&self, other: &SubstitutionReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SubstitutionReport
Auto Trait Implementations§
impl Freeze for SubstitutionReport
impl RefUnwindSafe for SubstitutionReport
impl Send for SubstitutionReport
impl Sync for SubstitutionReport
impl Unpin for SubstitutionReport
impl UnsafeUnpin for SubstitutionReport
impl UnwindSafe for SubstitutionReport
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