Struct spacegate_kernel::service::http_route::HttpBackendService
source · 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 copy 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 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