pub struct ShadowPendingReport {
pub duplicated_in_live_backlog: Vec<ShadowPendingItem>,
pub shadow_only: Vec<ShadowPendingItem>,
}Fields§
§duplicated_in_live_backlog: Vec<ShadowPendingItem>§shadow_only: Vec<ShadowPendingItem>Trait Implementations§
Source§impl Clone for ShadowPendingReport
impl Clone for ShadowPendingReport
Source§fn clone(&self) -> ShadowPendingReport
fn clone(&self) -> ShadowPendingReport
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 ShadowPendingReport
impl Debug for ShadowPendingReport
Source§impl Default for ShadowPendingReport
impl Default for ShadowPendingReport
Source§fn default() -> ShadowPendingReport
fn default() -> ShadowPendingReport
Returns the “default value” for a type. Read more
impl Eq for ShadowPendingReport
Source§impl PartialEq for ShadowPendingReport
impl PartialEq for ShadowPendingReport
impl StructuralPartialEq for ShadowPendingReport
Auto Trait Implementations§
impl Freeze for ShadowPendingReport
impl RefUnwindSafe for ShadowPendingReport
impl Send for ShadowPendingReport
impl Sync for ShadowPendingReport
impl Unpin for ShadowPendingReport
impl UnsafeUnpin for ShadowPendingReport
impl UnwindSafe for ShadowPendingReport
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.