pub enum WriteStream<'bs> {
Bytes(&'bs [u8]),
End,
}Variants§
Auto Trait Implementations§
impl<'bs> Freeze for WriteStream<'bs>
impl<'bs> RefUnwindSafe for WriteStream<'bs>
impl<'bs> Send for WriteStream<'bs>
impl<'bs> Sync for WriteStream<'bs>
impl<'bs> Unpin for WriteStream<'bs>
impl<'bs> UnwindSafe for WriteStream<'bs>
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