Fields
is_end_of_stream: bool
is_valid: bool
Trait Implementations
sourceimpl Clone for aws_stream_status
impl Clone for aws_stream_status
sourcefn clone(&self) -> aws_stream_status
fn clone(&self) -> aws_stream_status
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 aws_stream_status
impl Debug for aws_stream_status
sourceimpl Default for aws_stream_status
impl Default for aws_stream_status
sourcefn default() -> aws_stream_status
fn default() -> aws_stream_status
Returns the “default value” for a type. Read more
sourceimpl PartialEq<aws_stream_status> for aws_stream_status
impl PartialEq<aws_stream_status> for aws_stream_status
sourcefn eq(&self, other: &aws_stream_status) -> bool
fn eq(&self, other: &aws_stream_status) -> bool
impl Copy for aws_stream_status
impl Eq for aws_stream_status
impl StructuralEq for aws_stream_status
impl StructuralPartialEq for aws_stream_status
Auto Trait Implementations
impl RefUnwindSafe for aws_stream_status
impl Send for aws_stream_status
impl Sync for aws_stream_status
impl Unpin for aws_stream_status
impl UnwindSafe for aws_stream_status
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