pub struct AuditStreamList {
pub count: Option<i32>,
pub value: Vec<AuditStream>,
}Fields§
§count: Option<i32>§value: Vec<AuditStream>Implementations§
Trait Implementations§
Source§impl Clone for AuditStreamList
impl Clone for AuditStreamList
Source§fn clone(&self) -> AuditStreamList
fn clone(&self) -> AuditStreamList
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 AuditStreamList
impl Debug for AuditStreamList
Source§impl Default for AuditStreamList
impl Default for AuditStreamList
Source§fn default() -> AuditStreamList
fn default() -> AuditStreamList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuditStreamList
impl<'de> Deserialize<'de> for AuditStreamList
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 AuditStreamList
impl PartialEq for AuditStreamList
Source§impl Serialize for AuditStreamList
impl Serialize for AuditStreamList
impl StructuralPartialEq for AuditStreamList
Auto Trait Implementations§
impl Freeze for AuditStreamList
impl RefUnwindSafe for AuditStreamList
impl Send for AuditStreamList
impl Sync for AuditStreamList
impl Unpin for AuditStreamList
impl UnwindSafe for AuditStreamList
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<D> DeserializeWith<JsonFormat> for Dwhere
D: DeserializeOwned,
impl<D> DeserializeWith<JsonFormat> for Dwhere
D: DeserializeOwned,
Source§fn deserialize_with(body: ResponseBody) -> Result<D, Error>
fn deserialize_with(body: ResponseBody) -> Result<D, Error>
Deserialize the response body using the specified format. Read more