pub enum MessagePatternKind {
RequestResponse,
Event,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MessagePatternKind
impl Clone for MessagePatternKind
Source§fn clone(&self) -> MessagePatternKind
fn clone(&self) -> MessagePatternKind
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 MessagePatternKind
Source§impl Debug for MessagePatternKind
impl Debug for MessagePatternKind
impl Eq for MessagePatternKind
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 MessagePatternKind
impl PartialEq for MessagePatternKind
impl StructuralPartialEq for MessagePatternKind
Auto Trait Implementations§
impl Freeze for MessagePatternKind
impl RefUnwindSafe for MessagePatternKind
impl Send for MessagePatternKind
impl Sync for MessagePatternKind
impl Unpin for MessagePatternKind
impl UnsafeUnpin for MessagePatternKind
impl UnwindSafe for MessagePatternKind
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