pub enum WebSocketMicroserviceKind {
Message,
Event,
}Variants§
Trait Implementations§
Source§impl Clone for WebSocketMicroserviceKind
impl Clone for WebSocketMicroserviceKind
Source§fn clone(&self) -> WebSocketMicroserviceKind
fn clone(&self) -> WebSocketMicroserviceKind
Returns a duplicate of the value. Read more
1.0.0 · 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 WebSocketMicroserviceKind
impl Debug for WebSocketMicroserviceKind
Source§impl<'de> Deserialize<'de> for WebSocketMicroserviceKind
impl<'de> Deserialize<'de> for WebSocketMicroserviceKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for WebSocketMicroserviceKind
impl Eq for WebSocketMicroserviceKind
impl StructuralPartialEq for WebSocketMicroserviceKind
Auto Trait Implementations§
impl Freeze for WebSocketMicroserviceKind
impl RefUnwindSafe for WebSocketMicroserviceKind
impl Send for WebSocketMicroserviceKind
impl Sync for WebSocketMicroserviceKind
impl Unpin for WebSocketMicroserviceKind
impl UnsafeUnpin for WebSocketMicroserviceKind
impl UnwindSafe for WebSocketMicroserviceKind
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