Struct stack_overflow_client::client::StackClientBuilder
source · pub struct StackClientBuilder { /* private fields */ }
Implementations§
source§impl StackClientBuilder
impl StackClientBuilder
pub fn new() -> Self
pub fn version(self, version: ApiVersion) -> Self
pub fn stack_site(self, site: StackSite) -> Self
pub fn build(self) -> StackClient
Auto Trait Implementations§
impl RefUnwindSafe for StackClientBuilder
impl Send for StackClientBuilder
impl Sync for StackClientBuilder
impl Unpin for StackClientBuilder
impl UnwindSafe for StackClientBuilder
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