Enum ftl_protocol::protocol::FtlCommand [−][src]
pub enum FtlCommand { HMAC, Connect { channel_id: String, hashed_hmac_payload: String, }, Dot, Attribute { key: String, value: String, }, Ping { channel_id: String, }, Disconnect, }
Variants
Show fields
Fields of Ping
channel_id: String
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for FtlCommand
impl Send for FtlCommand
impl Sync for FtlCommand
impl Unpin for FtlCommand
impl UnwindSafe for FtlCommand