#[repr(C)]pub struct DisallowJavascriptExecutionScope<'scope, 'obj, P> { /* private fields */ }
Implementations§
Source§impl<'scope, P: NewDisallowJavascriptExecutionScope<'scope>> DisallowJavascriptExecutionScope<'scope, '_, P>
impl<'scope, P: NewDisallowJavascriptExecutionScope<'scope>> DisallowJavascriptExecutionScope<'scope, '_, P>
pub fn new( param: &'scope mut P, on_failure: OnFailure, ) -> ScopeStorage<P::NewScope>
Auto Trait Implementations§
impl<'scope, 'obj, P> Freeze for DisallowJavascriptExecutionScope<'scope, 'obj, P>
impl<'scope, 'obj, P> RefUnwindSafe for DisallowJavascriptExecutionScope<'scope, 'obj, P>where
P: RefUnwindSafe,
impl<'scope, 'obj, P> Send for DisallowJavascriptExecutionScope<'scope, 'obj, P>where
P: Send,
impl<'scope, 'obj, P> Sync for DisallowJavascriptExecutionScope<'scope, 'obj, P>where
P: Sync,
impl<'scope, 'obj, P> !Unpin for DisallowJavascriptExecutionScope<'scope, 'obj, P>
impl<'scope, 'obj, P> !UnwindSafe for DisallowJavascriptExecutionScope<'scope, 'obj, P>
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