#[repr(C)]pub struct StreamingState { /* private fields */ }
Trait Implementations§
Source§impl Clone for StreamingState
impl Clone for StreamingState
Source§fn clone(&self) -> StreamingState
fn clone(&self) -> StreamingState
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 StreamingState
impl Debug for StreamingState
Source§impl Default for StreamingState
impl Default for StreamingState
Source§fn default() -> StreamingState
fn default() -> StreamingState
Returns the “default value” for a type. Read more
impl Copy for StreamingState
Auto Trait Implementations§
impl Freeze for StreamingState
impl RefUnwindSafe for StreamingState
impl Send for StreamingState
impl Sync for StreamingState
impl Unpin for StreamingState
impl UnwindSafe for StreamingState
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