pub struct CrossOriginEmbedderPolicyStatus { /* private fields */ }Available on crate features
Network and Debugger and Runtime and Security and experimental only.Implementations§
Source§impl CrossOriginEmbedderPolicyStatus
impl CrossOriginEmbedderPolicyStatus
pub fn builder() -> CrossOriginEmbedderPolicyStatusBuilder
pub fn value(&self) -> &JsonValue
pub fn report_only_value(&self) -> &JsonValue
pub fn reporting_endpoint(&self) -> Option<&String>
pub fn report_only_reporting_endpoint(&self) -> Option<&String>
Trait Implementations§
Source§impl Clone for CrossOriginEmbedderPolicyStatus
impl Clone for CrossOriginEmbedderPolicyStatus
Source§fn clone(&self) -> CrossOriginEmbedderPolicyStatus
fn clone(&self) -> CrossOriginEmbedderPolicyStatus
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<'de> Deserialize<'de> for CrossOriginEmbedderPolicyStatus
impl<'de> Deserialize<'de> for CrossOriginEmbedderPolicyStatus
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 CrossOriginEmbedderPolicyStatus
impl RefUnwindSafe for CrossOriginEmbedderPolicyStatus
impl Send for CrossOriginEmbedderPolicyStatus
impl Sync for CrossOriginEmbedderPolicyStatus
impl Unpin for CrossOriginEmbedderPolicyStatus
impl UnwindSafe for CrossOriginEmbedderPolicyStatus
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