pub struct TheOddsApiClientBuilder { /* private fields */ }Expand description
Builder for configuring the API client.
Implementations§
Source§impl TheOddsApiClientBuilder
impl TheOddsApiClientBuilder
Sourcepub fn build(self) -> TheOddsApiClient
pub fn build(self) -> TheOddsApiClient
Build the API client.
Trait Implementations§
Source§impl Clone for TheOddsApiClientBuilder
impl Clone for TheOddsApiClientBuilder
Source§fn clone(&self) -> TheOddsApiClientBuilder
fn clone(&self) -> TheOddsApiClientBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TheOddsApiClientBuilder
impl !RefUnwindSafe for TheOddsApiClientBuilder
impl Send for TheOddsApiClientBuilder
impl Sync for TheOddsApiClientBuilder
impl Unpin for TheOddsApiClientBuilder
impl !UnwindSafe for TheOddsApiClientBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more