pub enum ExecutionTransportKind {
RequestResponse,
Event,
}Expand description
Transport handler style visible through protocol-neutral execution context.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ExecutionTransportKind
impl Clone for ExecutionTransportKind
Source§fn clone(&self) -> ExecutionTransportKind
fn clone(&self) -> ExecutionTransportKind
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 ExecutionTransportKind
Source§impl Debug for ExecutionTransportKind
impl Debug for ExecutionTransportKind
impl Eq for ExecutionTransportKind
Source§impl From<MessagePatternKind> for ExecutionTransportKind
impl From<MessagePatternKind> for ExecutionTransportKind
Source§fn from(kind: MessagePatternKind) -> Self
fn from(kind: MessagePatternKind) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ExecutionTransportKind
impl PartialEq for ExecutionTransportKind
impl StructuralPartialEq for ExecutionTransportKind
Auto Trait Implementations§
impl Freeze for ExecutionTransportKind
impl RefUnwindSafe for ExecutionTransportKind
impl Send for ExecutionTransportKind
impl Sync for ExecutionTransportKind
impl Unpin for ExecutionTransportKind
impl UnsafeUnpin for ExecutionTransportKind
impl UnwindSafe for ExecutionTransportKind
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