pub struct StreamBuilder { /* private fields */ }Expand description
Builder for Stream.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for StreamBuilder
impl Clone for StreamBuilder
Sourceยงfn clone(&self) -> StreamBuilder
fn clone(&self) -> StreamBuilder
Returns a duplicate 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 moreAuto Trait Implementationsยง
impl Freeze for StreamBuilder
impl RefUnwindSafe for StreamBuilder
impl Send for StreamBuilder
impl Sync for StreamBuilder
impl Unpin for StreamBuilder
impl UnsafeUnpin for StreamBuilder
impl UnwindSafe for StreamBuilder
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