pub struct HttpCallResponse { /* private fields */ }
Expand description
Response type for HttpCall::callback
Implementations§
Source§impl HttpCallResponse
impl HttpCallResponse
Sourcepub fn num_headers(&self) -> usize
pub fn num_headers(&self) -> usize
Number of headers contained
Sourcepub fn num_trailers(&self) -> usize
pub fn num_trailers(&self) -> usize
Number of trailers contained
Auto Trait Implementations§
impl Freeze for HttpCallResponse
impl RefUnwindSafe for HttpCallResponse
impl Send for HttpCallResponse
impl Sync for HttpCallResponse
impl Unpin for HttpCallResponse
impl UnwindSafe for HttpCallResponse
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