pub struct DownstreamReplyCall {
pub request_call_id: String,
pub source_node_id: String,
pub name: String,
pub type_: String,
pub payload: Bytes,
}Expand description
E2Eのダウンストリームリプライコール
Fields§
§request_call_id: String§source_node_id: String§name: String§type_: String§payload: BytesTrait Implementations§
Source§impl Clone for DownstreamReplyCall
impl Clone for DownstreamReplyCall
Source§fn clone(&self) -> DownstreamReplyCall
fn clone(&self) -> DownstreamReplyCall
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 DownstreamReplyCall
impl Debug for DownstreamReplyCall
impl Eq for DownstreamReplyCall
Source§impl Hash for DownstreamReplyCall
impl Hash for DownstreamReplyCall
Source§impl Ord for DownstreamReplyCall
impl Ord for DownstreamReplyCall
Source§fn cmp(&self, other: &DownstreamReplyCall) -> Ordering
fn cmp(&self, other: &DownstreamReplyCall) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for DownstreamReplyCall
impl PartialEq for DownstreamReplyCall
Source§impl PartialOrd for DownstreamReplyCall
impl PartialOrd for DownstreamReplyCall
impl StructuralPartialEq for DownstreamReplyCall
Auto Trait Implementations§
impl !Freeze for DownstreamReplyCall
impl RefUnwindSafe for DownstreamReplyCall
impl Send for DownstreamReplyCall
impl Sync for DownstreamReplyCall
impl Unpin for DownstreamReplyCall
impl UnsafeUnpin for DownstreamReplyCall
impl UnwindSafe for DownstreamReplyCall
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