pub enum FrameCorrelation {
CorrelatedResponse,
UnsolicitedDelivery,
UnsolicitedFrame,
}Expand description
Correlation class of one validated inbound frame.
Variants§
The frame resolves the single outstanding correlated exchange.
UnsolicitedDelivery
A server Deliver frame, never correlated to an exchange.
UnsolicitedFrame
A non-Deliver frame that arrived with no exchange outstanding.
Trait Implementations§
Source§impl Clone for FrameCorrelation
impl Clone for FrameCorrelation
Source§fn clone(&self) -> FrameCorrelation
fn clone(&self) -> FrameCorrelation
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 moreimpl Copy for FrameCorrelation
Source§impl Debug for FrameCorrelation
impl Debug for FrameCorrelation
impl Eq for FrameCorrelation
Source§impl PartialEq for FrameCorrelation
impl PartialEq for FrameCorrelation
impl StructuralPartialEq for FrameCorrelation
Auto Trait Implementations§
impl Freeze for FrameCorrelation
impl RefUnwindSafe for FrameCorrelation
impl Send for FrameCorrelation
impl Sync for FrameCorrelation
impl Unpin for FrameCorrelation
impl UnsafeUnpin for FrameCorrelation
impl UnwindSafe for FrameCorrelation
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.