pub struct ParticipantTransportRejected {
pub reason: TransportRejectionReason,
}Expand description
Exact pre-semantic participant transport rejection.
Fields§
§reason: TransportRejectionReasonSelected exact reason body.
Trait Implementations§
Source§impl Clone for ParticipantTransportRejected
impl Clone for ParticipantTransportRejected
Source§fn clone(&self) -> ParticipantTransportRejected
fn clone(&self) -> ParticipantTransportRejected
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 ParticipantTransportRejected
impl Debug for ParticipantTransportRejected
impl Eq for ParticipantTransportRejected
impl StructuralPartialEq for ParticipantTransportRejected
Auto Trait Implementations§
impl Freeze for ParticipantTransportRejected
impl RefUnwindSafe for ParticipantTransportRejected
impl Send for ParticipantTransportRejected
impl Sync for ParticipantTransportRejected
impl Unpin for ParticipantTransportRejected
impl UnsafeUnpin for ParticipantTransportRejected
impl UnwindSafe for ParticipantTransportRejected
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