pub struct DownstreamChunk {
pub sequence_number: u32,
pub data_point_groups: Vec<DataPointGroup>,
pub upstream: Arc<UpstreamInfo>,
}Expand description
ダウンストリームチャンク
Fields§
§sequence_number: u32ダウンストリーム内のシーケンス番号
data_point_groups: Vec<DataPointGroup>ダウンストリームしたデータポイントグループ
upstream: Arc<UpstreamInfo>アップストリームの情報
Trait Implementations§
Source§impl Clone for DownstreamChunk
impl Clone for DownstreamChunk
Source§fn clone(&self) -> DownstreamChunk
fn clone(&self) -> DownstreamChunk
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DownstreamChunk
impl Debug for DownstreamChunk
Source§impl PartialEq for DownstreamChunk
impl PartialEq for DownstreamChunk
impl StructuralPartialEq for DownstreamChunk
Auto Trait Implementations§
impl Freeze for DownstreamChunk
impl RefUnwindSafe for DownstreamChunk
impl Send for DownstreamChunk
impl Sync for DownstreamChunk
impl Unpin for DownstreamChunk
impl UnsafeUnpin for DownstreamChunk
impl UnwindSafe for DownstreamChunk
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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