pub struct SetBypassCspReturn {}Available on crate features
Page and Debugger and DOM and IO and Network and Runtime and experimental only.Expand description
Enable page Content Security Policy by-passing.
Implementations§
Trait Implementations§
Source§impl Clone for SetBypassCspReturn
impl Clone for SetBypassCspReturn
Source§fn clone(&self) -> SetBypassCspReturn
fn clone(&self) -> SetBypassCspReturn
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SetBypassCspReturn
impl Debug for SetBypassCspReturn
Source§impl Default for SetBypassCspReturn
impl Default for SetBypassCspReturn
Source§fn default() -> SetBypassCspReturn
fn default() -> SetBypassCspReturn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetBypassCspReturn
impl<'de> Deserialize<'de> for SetBypassCspReturn
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SetBypassCspReturn
impl RefUnwindSafe for SetBypassCspReturn
impl Send for SetBypassCspReturn
impl Sync for SetBypassCspReturn
impl Unpin for SetBypassCspReturn
impl UnwindSafe for SetBypassCspReturn
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