pub struct ByteStream { /* private fields */ }
Expand description
A Simple In-Memory Stream that can be used to store bytes
Implementations§
Trait Implementations§
Source§impl Clone for ByteStream
impl Clone for ByteStream
Source§fn clone(&self) -> ByteStream
fn clone(&self) -> ByteStream
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 moreSource§impl Stream for ByteStream
impl Stream for ByteStream
Auto Trait Implementations§
impl !Freeze for ByteStream
impl RefUnwindSafe for ByteStream
impl Send for ByteStream
impl Sync for ByteStream
impl Unpin for ByteStream
impl UnwindSafe for ByteStream
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