pub struct HyperClientConfig {
pub base_url: String,
pub auth: Option<HyperClientAuth>,
}Fields§
§base_url: String§auth: Option<HyperClientAuth>Trait Implementations§
Source§impl Clone for HyperClientConfig
impl Clone for HyperClientConfig
Source§fn clone(&self) -> HyperClientConfig
fn clone(&self) -> HyperClientConfig
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 HyperClientConfig
impl RefUnwindSafe for HyperClientConfig
impl Send for HyperClientConfig
impl Sync for HyperClientConfig
impl Unpin for HyperClientConfig
impl UnsafeUnpin for HyperClientConfig
impl UnwindSafe for HyperClientConfig
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