pub struct DownstreamCall {
pub call_id: String,
pub source_node_id: String,
pub name: String,
pub type_: String,
pub payload: Bytes,
}Expand description
E2Eのダウンストリームコール
Fields§
§call_id: String§source_node_id: String§name: String§type_: String§payload: BytesTrait Implementations§
Source§impl Clone for DownstreamCall
impl Clone for DownstreamCall
Source§fn clone(&self) -> DownstreamCall
fn clone(&self) -> DownstreamCall
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 DownstreamCall
impl Debug for DownstreamCall
impl Eq for DownstreamCall
Source§impl Hash for DownstreamCall
impl Hash for DownstreamCall
Source§impl Ord for DownstreamCall
impl Ord for DownstreamCall
Source§fn cmp(&self, other: &DownstreamCall) -> Ordering
fn cmp(&self, other: &DownstreamCall) -> 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 DownstreamCall
impl PartialEq for DownstreamCall
Source§impl PartialOrd for DownstreamCall
impl PartialOrd for DownstreamCall
impl StructuralPartialEq for DownstreamCall
Auto Trait Implementations§
impl !Freeze for DownstreamCall
impl RefUnwindSafe for DownstreamCall
impl Send for DownstreamCall
impl Sync for DownstreamCall
impl Unpin for DownstreamCall
impl UnsafeUnpin for DownstreamCall
impl UnwindSafe for DownstreamCall
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