Struct aws_sdk_iot::types::StreamFile
source · #[non_exhaustive]pub struct StreamFile { /* private fields */ }
Expand description
Represents a file to stream.
Implementations§
source§impl StreamFile
impl StreamFile
sourcepub fn s3_location(&self) -> Option<&S3Location>
pub fn s3_location(&self) -> Option<&S3Location>
The location of the file in S3.
source§impl StreamFile
impl StreamFile
sourcepub fn builder() -> StreamFileBuilder
pub fn builder() -> StreamFileBuilder
Creates a new builder-style object to manufacture StreamFile
.
Trait Implementations§
source§impl Clone for StreamFile
impl Clone for StreamFile
source§fn clone(&self) -> StreamFile
fn clone(&self) -> StreamFile
Returns a copy 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 StreamFile
impl Debug for StreamFile
source§impl PartialEq<StreamFile> for StreamFile
impl PartialEq<StreamFile> for StreamFile
source§fn eq(&self, other: &StreamFile) -> bool
fn eq(&self, other: &StreamFile) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for StreamFile
Auto Trait Implementations§
impl RefUnwindSafe for StreamFile
impl Send for StreamFile
impl Sync for StreamFile
impl Unpin for StreamFile
impl UnwindSafe for StreamFile
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