Struct truba::continuous_stream::ContinuousStream
source · pub struct ContinuousStream<S> { /* private fields */ }Implementations§
Trait Implementations§
source§impl<S: Default> Default for ContinuousStream<S>
impl<S: Default> Default for ContinuousStream<S>
source§fn default() -> ContinuousStream<S>
fn default() -> ContinuousStream<S>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<S> RefUnwindSafe for ContinuousStream<S>where S: RefUnwindSafe,
impl<S> Send for ContinuousStream<S>where S: Send,
impl<S> Sync for ContinuousStream<S>where S: Sync,
impl<S> Unpin for ContinuousStream<S>where S: Unpin,
impl<S> UnwindSafe for ContinuousStream<S>where S: UnwindSafe,
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