pub struct ReorgObservation {
pub old_facade_unavailable: bool,
pub projection_cleared: bool,
pub fresh_open_empty: bool,
}Fields§
§projection_cleared: bool§fresh_open_empty: boolTrait Implementations§
Source§impl Clone for ReorgObservation
impl Clone for ReorgObservation
Source§fn clone(&self) -> ReorgObservation
fn clone(&self) -> ReorgObservation
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 moreimpl Copy for ReorgObservation
Source§impl Debug for ReorgObservation
impl Debug for ReorgObservation
impl Eq for ReorgObservation
Source§impl PartialEq for ReorgObservation
impl PartialEq for ReorgObservation
impl StructuralPartialEq for ReorgObservation
Auto Trait Implementations§
impl Freeze for ReorgObservation
impl RefUnwindSafe for ReorgObservation
impl Send for ReorgObservation
impl Sync for ReorgObservation
impl Unpin for ReorgObservation
impl UnsafeUnpin for ReorgObservation
impl UnwindSafe for ReorgObservation
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