Enum discord_sdk::lobby::search::LobbySearchComparison [−][src]
#[repr(i8)]
pub enum LobbySearchComparison {
LessThanOrEqual,
LessThan,
Equal,
GreaterThan,
GreaterThanOrEqual,
NotEqual,
}
Expand description
The logical comparison to use when comparing the value of the filter key in the lobby metadata against the value provided to compare it against
Variants
LessThanOrEqual
LessThan
Equal
GreaterThan
GreaterThanOrEqual
NotEqual
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for LobbySearchComparison
impl Send for LobbySearchComparison
impl Sync for LobbySearchComparison
impl Unpin for LobbySearchComparison
impl UnwindSafe for LobbySearchComparison
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