Enum discord_sdk::lobby::search::LobbySearchCast [−][src]
#[repr(u8)]
pub enum LobbySearchCast {
String,
Number,
}
Expand description
Determines how the search value is cast before comparison
Variants
String
Number
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for LobbySearchCast
impl Send for LobbySearchCast
impl Sync for LobbySearchCast
impl Unpin for LobbySearchCast
impl UnwindSafe for LobbySearchCast
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