Enum wamp_core::messages::error::WampErrorEvent
source · #[repr(u64)]pub enum WampErrorEvent {
Unsubscribe = 34,
Subscribe = 32,
Publish = 16,
Register = 64,
Unregister = 66,
Invocation = 68,
Cancel = 49,
Call = 48,
}
Variants§
Unsubscribe = 34
Subscribe = 32
Publish = 16
Register = 64
Unregister = 66
Invocation = 68
Cancel = 49
Call = 48
Trait Implementations§
source§impl Clone for WampErrorEvent
impl Clone for WampErrorEvent
source§fn clone(&self) -> WampErrorEvent
fn clone(&self) -> WampErrorEvent
Returns a copy 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 WampErrorEvent
impl Debug for WampErrorEvent
source§impl<'de> Deserialize<'de> for WampErrorEvent
impl<'de> Deserialize<'de> for WampErrorEvent
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
source§impl PartialEq for WampErrorEvent
impl PartialEq for WampErrorEvent
source§fn eq(&self, other: &WampErrorEvent) -> bool
fn eq(&self, other: &WampErrorEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for WampErrorEvent
impl Serialize for WampErrorEvent
impl Eq for WampErrorEvent
impl StructuralEq for WampErrorEvent
impl StructuralPartialEq for WampErrorEvent
Auto Trait Implementations§
impl RefUnwindSafe for WampErrorEvent
impl Send for WampErrorEvent
impl Sync for WampErrorEvent
impl Unpin for WampErrorEvent
impl UnwindSafe for WampErrorEvent
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