pub struct HttpBackendService {
pub backend: Arc<Backend>,
}Fields§
§backend: Arc<Backend>Implementations§
Source§impl HttpBackendService
impl HttpBackendService
pub fn http_default() -> Self
Trait Implementations§
Source§impl Clone for HttpBackendService
impl Clone for HttpBackendService
Source§fn clone(&self) -> HttpBackendService
fn clone(&self) -> HttpBackendService
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 moreSource§impl Debug for HttpBackendService
impl Debug for HttpBackendService
Auto Trait Implementations§
impl Freeze for HttpBackendService
impl RefUnwindSafe for HttpBackendService
impl Send for HttpBackendService
impl Sync for HttpBackendService
impl Unpin for HttpBackendService
impl UnwindSafe for HttpBackendService
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