pub struct StreamValue {
pub data: Bytes,
}Available on crate feature
jetstream only.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 UnsafeUnpin 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