pub struct SLOsResponse {
pub data: Option<Vec<SLO>>,
}Fields§
§data: Option<Vec<SLO>>Trait Implementations§
Source§impl Clone for SLOsResponse
impl Clone for SLOsResponse
Source§fn clone(&self) -> SLOsResponse
fn clone(&self) -> SLOsResponse
Returns a duplicate of the value. Read more
1.0.0 · 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 SLOsResponse
impl Debug for SLOsResponse
Source§impl<'de> Deserialize<'de> for SLOsResponse
impl<'de> Deserialize<'de> for SLOsResponse
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 SLOsResponse
impl RefUnwindSafe for SLOsResponse
impl Send for SLOsResponse
impl Sync for SLOsResponse
impl Unpin for SLOsResponse
impl UnwindSafe for SLOsResponse
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