pub struct DescribeStreamResponse {
pub stream_info: Option<StreamInfo>,
}Fields§
§stream_info: Option<StreamInfo>Information about the stream.
Trait Implementations§
Source§impl Clone for DescribeStreamResponse
impl Clone for DescribeStreamResponse
Source§fn clone(&self) -> DescribeStreamResponse
fn clone(&self) -> DescribeStreamResponse
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 DescribeStreamResponse
impl Debug for DescribeStreamResponse
Source§impl Default for DescribeStreamResponse
impl Default for DescribeStreamResponse
Source§fn default() -> DescribeStreamResponse
fn default() -> DescribeStreamResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeStreamResponse
impl<'de> Deserialize<'de> for DescribeStreamResponse
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 DescribeStreamResponse
impl PartialEq for DescribeStreamResponse
impl StructuralPartialEq for DescribeStreamResponse
Auto Trait Implementations§
impl Freeze for DescribeStreamResponse
impl RefUnwindSafe for DescribeStreamResponse
impl Send for DescribeStreamResponse
impl Sync for DescribeStreamResponse
impl Unpin for DescribeStreamResponse
impl UnwindSafe for DescribeStreamResponse
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