Struct content_security_policy::Response
source · pub struct Response {
pub csp_list: CspList,
pub url: Url,
pub redirect_count: u32,
}
Expand description
response to be validated https://fetch.spec.whatwg.org/#concept-response
Fields§
§csp_list: CspList
§url: Url
§redirect_count: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Response
impl RefUnwindSafe for Response
impl Send for Response
impl Sync for Response
impl Unpin for Response
impl UnwindSafe for Response
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