pub struct UpstreamChunk {
pub sequence_number: u32,
pub data_point_groups: Vec<DataPointGroup>,
}Expand description
アップストリームチャンク
Fields§
§sequence_number: u32アップストリーム内のシーケンス番号
data_point_groups: Vec<DataPointGroup>アップストリームするデータポイントグループ
Trait Implementations§
Source§impl Clone for UpstreamChunk
impl Clone for UpstreamChunk
Source§fn clone(&self) -> UpstreamChunk
fn clone(&self) -> UpstreamChunk
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 UpstreamChunk
impl Debug for UpstreamChunk
Source§impl PartialEq for UpstreamChunk
impl PartialEq for UpstreamChunk
impl StructuralPartialEq for UpstreamChunk
Auto Trait Implementations§
impl Freeze for UpstreamChunk
impl RefUnwindSafe for UpstreamChunk
impl Send for UpstreamChunk
impl Sync for UpstreamChunk
impl Unpin for UpstreamChunk
impl UnsafeUnpin for UpstreamChunk
impl UnwindSafe for UpstreamChunk
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