pub struct KinesisDestination {
pub stream_arn: String,
pub destination_status: String,
pub approximate_creation_date_time_precision: String,
}Fields§
§stream_arn: String§destination_status: String§approximate_creation_date_time_precision: StringTrait Implementations§
Source§impl Clone for KinesisDestination
impl Clone for KinesisDestination
Source§fn clone(&self) -> KinesisDestination
fn clone(&self) -> KinesisDestination
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 moreAuto Trait Implementations§
impl Freeze for KinesisDestination
impl RefUnwindSafe for KinesisDestination
impl Send for KinesisDestination
impl Sync for KinesisDestination
impl Unpin for KinesisDestination
impl UnsafeUnpin for KinesisDestination
impl UnwindSafe for KinesisDestination
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