#[non_exhaustive]pub struct StreamProcessingStartSelector { /* private fields */ }Expand description
Implementations
sourceimpl StreamProcessingStartSelector
impl StreamProcessingStartSelector
sourcepub fn kvs_stream_start_selector(
&self
) -> Option<&KinesisVideoStreamStartSelector>
pub fn kvs_stream_start_selector(
&self
) -> Option<&KinesisVideoStreamStartSelector>
Specifies the starting point in the stream to start processing. This can be done with a timestamp or a fragment number in a Kinesis stream.
sourceimpl StreamProcessingStartSelector
impl StreamProcessingStartSelector
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StreamProcessingStartSelector.
Trait Implementations
sourceimpl Clone for StreamProcessingStartSelector
impl Clone for StreamProcessingStartSelector
sourcefn clone(&self) -> StreamProcessingStartSelector
fn clone(&self) -> StreamProcessingStartSelector
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for StreamProcessingStartSelector
impl Debug for StreamProcessingStartSelector
sourceimpl PartialEq<StreamProcessingStartSelector> for StreamProcessingStartSelector
impl PartialEq<StreamProcessingStartSelector> for StreamProcessingStartSelector
sourcefn eq(&self, other: &StreamProcessingStartSelector) -> bool
fn eq(&self, other: &StreamProcessingStartSelector) -> bool
impl StructuralPartialEq for StreamProcessingStartSelector
Auto Trait Implementations
impl RefUnwindSafe for StreamProcessingStartSelector
impl Send for StreamProcessingStartSelector
impl Sync for StreamProcessingStartSelector
impl Unpin for StreamProcessingStartSelector
impl UnwindSafe for StreamProcessingStartSelector
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more