pub struct StandardService(/* private fields */);Expand description
A Hyper transport service using the regular Tokio networking stack.
Implementations§
Source§impl StandardService
impl StandardService
Sourcepub const fn hyper_client(&self) -> &StandardHyperClient
pub const fn hyper_client(&self) -> &StandardHyperClient
Access the underlying raw Hyper client.
Trait Implementations§
Source§impl Clone for StandardService
impl Clone for StandardService
Source§fn clone(&self) -> StandardService
fn clone(&self) -> StandardService
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 !RefUnwindSafe for StandardService
impl !UnwindSafe for StandardService
impl Freeze for StandardService
impl Send for StandardService
impl Sync for StandardService
impl Unpin for StandardService
impl UnsafeUnpin for StandardService
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