Enum discord_sdk::lobby::LobbyMessage [−][src]
Expand description
A message sent by a user to a lobby
Variants
Binary(Vec<u8>)
Text(String)
Tuple Fields
0: String
Implementations
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
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 LobbyMessage
impl Send for LobbyMessage
impl Sync for LobbyMessage
impl Unpin for LobbyMessage
impl UnwindSafe for LobbyMessage
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more