pub struct StreamDescription {
pub stream_arn: String,
pub stream_label: String,
pub stream_status: String,
pub stream_view_type: String,
pub table_name: String,
pub shards: Vec<Shard>,
pub creation_request_date_time: f64,
}Fields§
§stream_arn: String§stream_label: String§stream_status: String§stream_view_type: String§table_name: String§shards: Vec<Shard>§creation_request_date_time: f64Trait Implementations§
Source§impl Debug for StreamDescription
impl Debug for StreamDescription
Source§impl Default for StreamDescription
impl Default for StreamDescription
Source§fn default() -> StreamDescription
fn default() -> StreamDescription
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StreamDescription
impl RefUnwindSafe for StreamDescription
impl Send for StreamDescription
impl Sync for StreamDescription
impl Unpin for StreamDescription
impl UnsafeUnpin for StreamDescription
impl UnwindSafe for StreamDescription
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