Enum ftl_protocol::protocol::FtlCommand
source · [−]pub enum FtlCommand {
HMAC,
Connect {
channel_id: String,
hashed_hmac_payload: String,
},
Dot,
Attribute {
key: String,
value: String,
},
Ping {
channel_id: String,
},
Disconnect,
}Variants
HMAC
Connect
Dot
Attribute
Ping
Fields
channel_id: StringDisconnect
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.