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