Struct speedrun_api::SpeedrunApiBuilder
source · [−]pub struct SpeedrunApiBuilder { /* private fields */ }Expand description
Speedrun.com API client builder
Implementations
sourceimpl SpeedrunApiBuilder
impl SpeedrunApiBuilder
sourcepub fn build(&self) -> SpeedrunApiResult<SpeedrunApiClient>
pub fn build(&self) -> SpeedrunApiResult<SpeedrunApiClient>
Build a synchronous Speedrun.com API client.
sourcepub fn build_async(&self) -> SpeedrunApiResult<SpeedrunApiClientAsync>
pub fn build_async(&self) -> SpeedrunApiResult<SpeedrunApiClientAsync>
Build an asynchronous Speedrun.com API client.
Trait Implementations
sourceimpl Debug for SpeedrunApiBuilder
impl Debug for SpeedrunApiBuilder
sourceimpl Default for SpeedrunApiBuilder
impl Default for SpeedrunApiBuilder
sourcefn default() -> SpeedrunApiBuilder
fn default() -> SpeedrunApiBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SpeedrunApiBuilder
impl Send for SpeedrunApiBuilder
impl Sync for SpeedrunApiBuilder
impl Unpin for SpeedrunApiBuilder
impl UnwindSafe for SpeedrunApiBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more