pub struct DownstreamMetadata {
pub source_node_id: String,
pub metadata: ReceivableMetadata,
}Expand description
ダウンストリームしたメタデータ
Fields§
§source_node_id: String送信元のノードID
metadata: ReceivableMetadataメタデータ
Trait Implementations§
Source§impl Clone for DownstreamMetadata
impl Clone for DownstreamMetadata
Source§fn clone(&self) -> DownstreamMetadata
fn clone(&self) -> DownstreamMetadata
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 DownstreamMetadata
impl Debug for DownstreamMetadata
Source§impl PartialEq for DownstreamMetadata
impl PartialEq for DownstreamMetadata
impl StructuralPartialEq for DownstreamMetadata
Auto Trait Implementations§
impl Freeze for DownstreamMetadata
impl RefUnwindSafe for DownstreamMetadata
impl Send for DownstreamMetadata
impl Sync for DownstreamMetadata
impl Unpin for DownstreamMetadata
impl UnsafeUnpin for DownstreamMetadata
impl UnwindSafe for DownstreamMetadata
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