pub struct CADSSLA {
pub properties: Option<Vec<CADSSLAProperty>>,
}Expand description
CADS SLA properties
Fields§
§properties: Option<Vec<CADSSLAProperty>>SLA properties array
Trait Implementations§
Source§impl<'de> Deserialize<'de> for CADSSLA
impl<'de> Deserialize<'de> for CADSSLA
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
impl StructuralPartialEq for CADSSLA
Auto Trait Implementations§
impl Freeze for CADSSLA
impl RefUnwindSafe for CADSSLA
impl Send for CADSSLA
impl Sync for CADSSLA
impl Unpin for CADSSLA
impl UnwindSafe for CADSSLA
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