pub struct ReplicationCheckPhase {
pub status: ReplicationCheckPhaseState,
pub error: Option<String>,
}Expand description
One phase of the server’s active target validation state machine.
Fields§
§status: ReplicationCheckPhaseState§error: Option<String>Trait Implementations§
Source§impl Clone for ReplicationCheckPhase
impl Clone for ReplicationCheckPhase
Source§fn clone(&self) -> ReplicationCheckPhase
fn clone(&self) -> ReplicationCheckPhase
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 ReplicationCheckPhase
impl Debug for ReplicationCheckPhase
Source§impl<'de> Deserialize<'de> for ReplicationCheckPhase
impl<'de> Deserialize<'de> for ReplicationCheckPhase
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ReplicationCheckPhase
Source§impl PartialEq for ReplicationCheckPhase
impl PartialEq for ReplicationCheckPhase
Source§impl Serialize for ReplicationCheckPhase
impl Serialize for ReplicationCheckPhase
impl StructuralPartialEq for ReplicationCheckPhase
Auto Trait Implementations§
impl Freeze for ReplicationCheckPhase
impl RefUnwindSafe for ReplicationCheckPhase
impl Send for ReplicationCheckPhase
impl Sync for ReplicationCheckPhase
impl Unpin for ReplicationCheckPhase
impl UnsafeUnpin for ReplicationCheckPhase
impl UnwindSafe for ReplicationCheckPhase
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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