Struct octorust::rate_limit::RateLimit[][src]

pub struct RateLimit { /* fields omitted */ }

Implementations

Get rate limit status for the authenticated user.

This function performs a GET to the /rate_limit endpoint.

Note: Accessing this endpoint does not count against your REST API rate limit.

Note: The rate object is deprecated. If you’re writing new API client code or updating existing code, you should use the core object instead of the rate object. The core object contains the same information that is present in the rate object.

FROM: https://docs.github.com/rest/reference/rate-limit#get-rate-limit-status-for-the-authenticated-user

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.