pub struct ParticipantUnknown {
pub request: ParticipantReferenceEnvelope,
}Expand description
Unknown participant outcome.
Fields§
§request: ParticipantReferenceEnvelopeExact triggering request envelope.
Trait Implementations§
Source§impl Clone for ParticipantUnknown
impl Clone for ParticipantUnknown
Source§fn clone(&self) -> ParticipantUnknown
fn clone(&self) -> ParticipantUnknown
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 ParticipantUnknown
impl Debug for ParticipantUnknown
impl Eq for ParticipantUnknown
Source§impl PartialEq for ParticipantUnknown
impl PartialEq for ParticipantUnknown
impl StructuralPartialEq for ParticipantUnknown
Auto Trait Implementations§
impl Freeze for ParticipantUnknown
impl RefUnwindSafe for ParticipantUnknown
impl Send for ParticipantUnknown
impl Sync for ParticipantUnknown
impl Unpin for ParticipantUnknown
impl UnsafeUnpin for ParticipantUnknown
impl UnwindSafe for ParticipantUnknown
Blanket Implementations§
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