pub enum ExpectedOperationTransportFate {
ResponseUnavailable,
}Expand description
Typed transport fate for an issued non-detach operation awaiting a response.
Variants§
The established transport ended before a correlated response arrived.
Trait Implementations§
Source§impl Clone for ExpectedOperationTransportFate
impl Clone for ExpectedOperationTransportFate
Source§fn clone(&self) -> ExpectedOperationTransportFate
fn clone(&self) -> ExpectedOperationTransportFate
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 ExpectedOperationTransportFate
impl Eq for ExpectedOperationTransportFate
impl StructuralPartialEq for ExpectedOperationTransportFate
Auto Trait Implementations§
impl Freeze for ExpectedOperationTransportFate
impl RefUnwindSafe for ExpectedOperationTransportFate
impl Send for ExpectedOperationTransportFate
impl Sync for ExpectedOperationTransportFate
impl Unpin for ExpectedOperationTransportFate
impl UnsafeUnpin for ExpectedOperationTransportFate
impl UnwindSafe for ExpectedOperationTransportFate
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