Enum serenity::http::GuildPagination [−][src]
Expand description
Representation of the method of a query to send for the get_guilds
function.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
After(GuildId)
Tuple Fields
0: GuildId
The Id to get the guilds after.
Before(GuildId)
Tuple Fields
0: GuildId
The Id to get the guilds before.
Auto Trait Implementations
impl RefUnwindSafe for GuildPagination
impl Send for GuildPagination
impl Sync for GuildPagination
impl Unpin for GuildPagination
impl UnwindSafe for GuildPagination
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. 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