pub enum Kind {
Show 17 variants
Hello,
Welcome,
Request,
Response,
Subscribe,
Event,
Channel,
Cancel,
Error,
Ping,
Pong,
Discover,
Identify,
IdentityAccepted,
RouteSnapshot,
RouteDelta,
RouteAck,
}Variants§
Hello
Welcome
Request
Response
Subscribe
Event
Channel
Cancel
Error
Ping
Pong
Discover
Identify
IdentityAccepted
RouteSnapshot
RouteDelta
RouteAck
Implementations§
Trait Implementations§
impl Copy for Kind
Source§impl<'de> Deserialize<'de> for Kind
impl<'de> Deserialize<'de> for Kind
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 Eq for Kind
impl StructuralPartialEq for Kind
Auto Trait Implementations§
impl Freeze for Kind
impl RefUnwindSafe for Kind
impl Send for Kind
impl Sync for Kind
impl Unpin for Kind
impl UnsafeUnpin for Kind
impl UnwindSafe for Kind
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