pub struct SLO {
pub id: Option<String>,
pub name: Option<String>,
pub description: Option<String>,
pub tags: Option<Tags>,
pub thresholds: Option<Vec<SLOThreshold>>,
}Fields§
§id: Option<String>§name: Option<String>§description: Option<String>§thresholds: Option<Vec<SLOThreshold>>Trait Implementations§
Source§impl<'de> Deserialize<'de> for SLO
impl<'de> Deserialize<'de> for SLO
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 SLO
impl RefUnwindSafe for SLO
impl Send for SLO
impl Sync for SLO
impl Unpin for SLO
impl UnwindSafe for SLO
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