pub struct UpdateStreamResponse {
pub description: Option<String>,
pub stream_arn: Option<String>,
pub stream_id: Option<String>,
pub stream_version: Option<i64>,
}Fields§
§description: Option<String>A description of the stream.
stream_arn: Option<String>The stream ARN.
stream_id: Option<String>The stream ID.
stream_version: Option<i64>The stream version.
Trait Implementations§
Source§impl Clone for UpdateStreamResponse
impl Clone for UpdateStreamResponse
Source§fn clone(&self) -> UpdateStreamResponse
fn clone(&self) -> UpdateStreamResponse
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 UpdateStreamResponse
impl Debug for UpdateStreamResponse
Source§impl Default for UpdateStreamResponse
impl Default for UpdateStreamResponse
Source§fn default() -> UpdateStreamResponse
fn default() -> UpdateStreamResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateStreamResponse
impl<'de> Deserialize<'de> for UpdateStreamResponse
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 UpdateStreamResponse
impl PartialEq for UpdateStreamResponse
impl StructuralPartialEq for UpdateStreamResponse
Auto Trait Implementations§
impl Freeze for UpdateStreamResponse
impl RefUnwindSafe for UpdateStreamResponse
impl Send for UpdateStreamResponse
impl Sync for UpdateStreamResponse
impl Unpin for UpdateStreamResponse
impl UnwindSafe for UpdateStreamResponse
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