Struct ya_client::web::WebClientBuilder
source · pub struct WebClientBuilder { /* private fields */ }Implementations
Trait Implementations
sourceimpl Clone for WebClientBuilder
impl Clone for WebClientBuilder
sourcefn clone(&self) -> WebClientBuilder
fn clone(&self) -> WebClientBuilder
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for WebClientBuilder
impl Debug for WebClientBuilder
Auto Trait Implementations
impl RefUnwindSafe for WebClientBuilder
impl Send for WebClientBuilder
impl Sync for WebClientBuilder
impl Unpin for WebClientBuilder
impl UnwindSafe for WebClientBuilder
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