pub struct CrossOriginEmbedderPolicyStatusBuilder { /* private fields */ }Available on crate features
Network and Debugger and Runtime and Security and experimental only.Implementations§
Source§impl CrossOriginEmbedderPolicyStatusBuilder
impl CrossOriginEmbedderPolicyStatusBuilder
pub fn value(&mut self, v: JsonValue) -> &mut Self
pub fn report_only_value(&mut self, v: JsonValue) -> &mut Self
pub fn reporting_endpoint(&mut self, v: String) -> &mut Self
pub fn report_only_reporting_endpoint(&mut self, v: String) -> &mut Self
pub fn build(&mut self) -> Result<CrossOriginEmbedderPolicyStatus, &'static str>
Trait Implementations§
Source§impl Clone for CrossOriginEmbedderPolicyStatusBuilder
impl Clone for CrossOriginEmbedderPolicyStatusBuilder
Source§fn clone(&self) -> CrossOriginEmbedderPolicyStatusBuilder
fn clone(&self) -> CrossOriginEmbedderPolicyStatusBuilder
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 moreAuto Trait Implementations§
impl Freeze for CrossOriginEmbedderPolicyStatusBuilder
impl RefUnwindSafe for CrossOriginEmbedderPolicyStatusBuilder
impl Send for CrossOriginEmbedderPolicyStatusBuilder
impl Sync for CrossOriginEmbedderPolicyStatusBuilder
impl Unpin for CrossOriginEmbedderPolicyStatusBuilder
impl UnwindSafe for CrossOriginEmbedderPolicyStatusBuilder
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