pub struct ObsHttpClientLayer<B = ()> { /* private fields */ }Expand description
HTTP client-side layer. Spec 40 § 1.
Implementations§
Trait Implementations§
Source§impl<B> Clone for ObsHttpClientLayer<B>
impl<B> Clone for ObsHttpClientLayer<B>
Source§impl<B> Debug for ObsHttpClientLayer<B>
impl<B> Debug for ObsHttpClientLayer<B>
Source§impl<B> Default for ObsHttpClientLayer<B>
impl<B> Default for ObsHttpClientLayer<B>
Source§impl<S, B> Layer<S> for ObsHttpClientLayer<B>
impl<S, B> Layer<S> for ObsHttpClientLayer<B>
Auto Trait Implementations§
impl<B> Freeze for ObsHttpClientLayer<B>
impl<B = ()> !RefUnwindSafe for ObsHttpClientLayer<B>
impl<B> Send for ObsHttpClientLayer<B>
impl<B> Sync for ObsHttpClientLayer<B>
impl<B> Unpin for ObsHttpClientLayer<B>
impl<B> UnsafeUnpin for ObsHttpClientLayer<B>
impl<B = ()> !UnwindSafe for ObsHttpClientLayer<B>
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