pub struct BoxClient<'a> {
pub auth: Box<dyn Auth<'a> + 'static>,
pub http: HttpClient,
}Expand description
Box client implementation
Fields§
§auth: Box<dyn Auth<'a> + 'static>§http: HttpClientImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for BoxClient<'a>
impl<'a> !RefUnwindSafe for BoxClient<'a>
impl<'a> !Send for BoxClient<'a>
impl<'a> !Sync for BoxClient<'a>
impl<'a> Unpin for BoxClient<'a>
impl<'a> !UnwindSafe for BoxClient<'a>
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