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 Freeze for StackClientBuilder
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