pub struct Reconciliation {
pub sentinel: &'static Sentinel,
}Expand description
One declaration its specification does not authorize.
Fields§
§sentinel: &'static SentinelThe sentinel the specifications lack.
Implementations§
Trait Implementations§
Source§impl Clone for Reconciliation
impl Clone for Reconciliation
Source§fn clone(&self) -> Reconciliation
fn clone(&self) -> Reconciliation
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 Reconciliation
impl Debug for Reconciliation
impl Eq for Reconciliation
Source§impl PartialEq for Reconciliation
impl PartialEq for Reconciliation
impl StructuralPartialEq for Reconciliation
Auto Trait Implementations§
impl Freeze for Reconciliation
impl RefUnwindSafe for Reconciliation
impl Send for Reconciliation
impl Sync for Reconciliation
impl Unpin for Reconciliation
impl UnsafeUnpin for Reconciliation
impl UnwindSafe for Reconciliation
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§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.