pub struct ResponseHeaders {
pub headers: Vec<(String, String)>,
pub certificate: Option<String>,
}Expand description
Representation of response headers filtered by filter_response_headers.
Fields§
§headers: Vec<(String, String)>Filtered headers
certificate: Option<String>IC-Certificate header
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResponseHeaders
impl RefUnwindSafe for ResponseHeaders
impl Send for ResponseHeaders
impl Sync for ResponseHeaders
impl Unpin for ResponseHeaders
impl UnwindSafe for ResponseHeaders
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