pub struct ClusterNodeStatus {
pub last_keep_alive: String,
pub sync_integrity_free: bool,
pub sync_agent_info_free: bool,
pub sync_extravalid_free: bool,
}Fields§
§last_keep_alive: String§sync_integrity_free: bool§sync_agent_info_free: bool§sync_extravalid_free: boolTrait Implementations§
Source§impl Clone for ClusterNodeStatus
impl Clone for ClusterNodeStatus
Source§fn clone(&self) -> ClusterNodeStatus
fn clone(&self) -> ClusterNodeStatus
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 ClusterNodeStatus
impl Debug for ClusterNodeStatus
Source§impl<'de> Deserialize<'de> for ClusterNodeStatus
impl<'de> Deserialize<'de> for ClusterNodeStatus
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
Auto Trait Implementations§
impl Freeze for ClusterNodeStatus
impl RefUnwindSafe for ClusterNodeStatus
impl Send for ClusterNodeStatus
impl Sync for ClusterNodeStatus
impl Unpin for ClusterNodeStatus
impl UnsafeUnpin for ClusterNodeStatus
impl UnwindSafe for ClusterNodeStatus
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