pub struct AdlAlertResult {
pub updated_time: Option<String>,
pub list: Option<Vec<AdlAlertRecord>>,
}Expand description
ADL alert result wrapper.
Fields§
§updated_time: Option<String>§list: Option<Vec<AdlAlertRecord>>Trait Implementations§
Source§impl Clone for AdlAlertResult
impl Clone for AdlAlertResult
Source§fn clone(&self) -> AdlAlertResult
fn clone(&self) -> AdlAlertResult
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 AdlAlertResult
impl Debug for AdlAlertResult
Source§impl<'de> Deserialize<'de> for AdlAlertResult
impl<'de> Deserialize<'de> for AdlAlertResult
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 AdlAlertResult
impl RefUnwindSafe for AdlAlertResult
impl Send for AdlAlertResult
impl Sync for AdlAlertResult
impl Unpin for AdlAlertResult
impl UnsafeUnpin for AdlAlertResult
impl UnwindSafe for AdlAlertResult
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