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