pub struct ObservabilitySurface {
pub name: String,
pub kind: ObservabilityKind,
}Expand description
Observable state exposed on the management plane.
Fields§
§name: String§kind: ObservabilityKindTrait Implementations§
Source§impl Clone for ObservabilitySurface
impl Clone for ObservabilitySurface
Source§fn clone(&self) -> ObservabilitySurface
fn clone(&self) -> ObservabilitySurface
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 ObservabilitySurface
impl Debug for ObservabilitySurface
Source§impl<'de> Deserialize<'de> for ObservabilitySurface
impl<'de> Deserialize<'de> for ObservabilitySurface
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 ObservabilitySurface
impl PartialEq for ObservabilitySurface
Source§fn eq(&self, other: &ObservabilitySurface) -> bool
fn eq(&self, other: &ObservabilitySurface) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ObservabilitySurface
impl Serialize for ObservabilitySurface
impl StructuralPartialEq for ObservabilitySurface
Auto Trait Implementations§
impl Freeze for ObservabilitySurface
impl RefUnwindSafe for ObservabilitySurface
impl Send for ObservabilitySurface
impl Sync for ObservabilitySurface
impl Unpin for ObservabilitySurface
impl UnsafeUnpin for ObservabilitySurface
impl UnwindSafe for ObservabilitySurface
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