pub struct EncodedStream {
pub stream: Vec<u8>,
}Fields§
§stream: Vec<u8>Implementations§
Auto Trait Implementations§
impl Freeze for EncodedStream
impl RefUnwindSafe for EncodedStream
impl Send for EncodedStream
impl Sync for EncodedStream
impl Unpin for EncodedStream
impl UnwindSafe for EncodedStream
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