pub struct ConnectorHealth {
pub status: ConnectorHealthStatus,
pub description: Option<String>,
}Fields§
§status: ConnectorHealthStatus§description: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for ConnectorHealth
impl Clone for ConnectorHealth
Source§fn clone(&self) -> ConnectorHealth
fn clone(&self) -> ConnectorHealth
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 ConnectorHealth
impl Debug for ConnectorHealth
Source§impl Default for ConnectorHealth
impl Default for ConnectorHealth
Source§fn default() -> ConnectorHealth
fn default() -> ConnectorHealth
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConnectorHealth
impl<'de> Deserialize<'de> for ConnectorHealth
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 Serialize for ConnectorHealth
impl Serialize for ConnectorHealth
Auto Trait Implementations§
impl Freeze for ConnectorHealth
impl RefUnwindSafe for ConnectorHealth
impl Send for ConnectorHealth
impl Sync for ConnectorHealth
impl Unpin for ConnectorHealth
impl UnsafeUnpin for ConnectorHealth
impl UnwindSafe for ConnectorHealth
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