pub struct ApplicationHealthData {
pub synchronized: Option<bool>,
}Fields§
§synchronized: Option<bool>True if the instance is fully synchronized, according to NBXplorer
Implementations§
Source§impl ApplicationHealthData
impl ApplicationHealthData
pub fn new() -> ApplicationHealthData
Trait Implementations§
Source§impl Clone for ApplicationHealthData
impl Clone for ApplicationHealthData
Source§fn clone(&self) -> ApplicationHealthData
fn clone(&self) -> ApplicationHealthData
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 ApplicationHealthData
impl Debug for ApplicationHealthData
Source§impl Default for ApplicationHealthData
impl Default for ApplicationHealthData
Source§fn default() -> ApplicationHealthData
fn default() -> ApplicationHealthData
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ApplicationHealthData
impl<'de> Deserialize<'de> for ApplicationHealthData
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
Source§impl PartialEq for ApplicationHealthData
impl PartialEq for ApplicationHealthData
Source§fn eq(&self, other: &ApplicationHealthData) -> bool
fn eq(&self, other: &ApplicationHealthData) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ApplicationHealthData
impl Serialize for ApplicationHealthData
impl StructuralPartialEq for ApplicationHealthData
Auto Trait Implementations§
impl Freeze for ApplicationHealthData
impl RefUnwindSafe for ApplicationHealthData
impl Send for ApplicationHealthData
impl Sync for ApplicationHealthData
impl Unpin for ApplicationHealthData
impl UnsafeUnpin for ApplicationHealthData
impl UnwindSafe for ApplicationHealthData
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