pub struct StreamValue {
pub data: Bytes,
}Fields§
§data: BytesAuto Trait Implementations§
impl !Freeze for StreamValue
impl RefUnwindSafe for StreamValue
impl Send for StreamValue
impl Sync for StreamValue
impl Unpin for StreamValue
impl UnwindSafe for StreamValue
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