Enum discord_sdk::registration::BinArg [−][src]
pub enum BinArg {
Url,
Arg(String),
}
Variants
Url
A placeholder token that will be filled with the url that was opened
Arg(String)
Tuple Fields
0: String
Generic argument
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BinArg
impl UnwindSafe for BinArg
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