pub struct SetScriptExecutionDisabledBuilder { /* private fields */ }Expand description
Builder for SetScriptExecutionDisabled.
Implementations§
Source§impl SetScriptExecutionDisabledBuilder
impl SetScriptExecutionDisabledBuilder
Sourcepub fn value<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
pub fn value<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
Whether script execution should be disabled in the page.
Sourcepub fn build(
&self,
) -> Result<SetScriptExecutionDisabled, SetScriptExecutionDisabledBuilderError>
pub fn build( &self, ) -> Result<SetScriptExecutionDisabled, SetScriptExecutionDisabledBuilderError>
Trait Implementations§
Source§impl Clone for SetScriptExecutionDisabledBuilder
impl Clone for SetScriptExecutionDisabledBuilder
Source§fn clone(&self) -> SetScriptExecutionDisabledBuilder
fn clone(&self) -> SetScriptExecutionDisabledBuilder
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 SetScriptExecutionDisabledBuilder
impl RefUnwindSafe for SetScriptExecutionDisabledBuilder
impl Send for SetScriptExecutionDisabledBuilder
impl Sync for SetScriptExecutionDisabledBuilder
impl Unpin for SetScriptExecutionDisabledBuilder
impl UnsafeUnpin for SetScriptExecutionDisabledBuilder
impl UnwindSafe for SetScriptExecutionDisabledBuilder
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