pub struct GetDataStreamResponse {
pub data_streams: Vec<DataStream>,
}Fields§
§data_streams: Vec<DataStream>Implementations§
Source§impl GetDataStreamResponse
impl GetDataStreamResponse
pub fn new(data_streams: Vec<DataStream>) -> GetDataStreamResponse
Trait Implementations§
Source§impl Clone for GetDataStreamResponse
impl Clone for GetDataStreamResponse
Source§fn clone(&self) -> GetDataStreamResponse
fn clone(&self) -> GetDataStreamResponse
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 GetDataStreamResponse
impl Debug for GetDataStreamResponse
Source§impl Default for GetDataStreamResponse
impl Default for GetDataStreamResponse
Source§fn default() -> GetDataStreamResponse
fn default() -> GetDataStreamResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetDataStreamResponse
impl<'de> Deserialize<'de> for GetDataStreamResponse
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 GetDataStreamResponse
impl PartialEq for GetDataStreamResponse
Source§fn eq(&self, other: &GetDataStreamResponse) -> bool
fn eq(&self, other: &GetDataStreamResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GetDataStreamResponse
impl Serialize for GetDataStreamResponse
impl StructuralPartialEq for GetDataStreamResponse
Auto Trait Implementations§
impl Freeze for GetDataStreamResponse
impl RefUnwindSafe for GetDataStreamResponse
impl Send for GetDataStreamResponse
impl Sync for GetDataStreamResponse
impl Unpin for GetDataStreamResponse
impl UnsafeUnpin for GetDataStreamResponse
impl UnwindSafe for GetDataStreamResponse
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