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