pub struct OhttpResponse(/* private fields */);Available on crate features
_core and v2 only.Expand description
An opaque OHTTP client context.
Returned alongside the Request by a create_*_request
method and consumed by the paired process_* method to decapsulate the
directory’s response. Callers hold it between the two calls without
inspecting it.
Auto Trait Implementations§
impl Freeze for OhttpResponse
impl RefUnwindSafe for OhttpResponse
impl Send for OhttpResponse
impl Sync for OhttpResponse
impl Unpin for OhttpResponse
impl UnsafeUnpin for OhttpResponse
impl UnwindSafe for OhttpResponse
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