Struct deno_core::PollEventLoopOptions 
source · pub struct PollEventLoopOptions {
    pub wait_for_inspector: bool,
    pub pump_v8_message_loop: bool,
}Fields§
§wait_for_inspector: bool§pump_v8_message_loop: boolTrait Implementations§
source§impl Clone for PollEventLoopOptions
 
impl Clone for PollEventLoopOptions
source§fn clone(&self) -> PollEventLoopOptions
 
fn clone(&self) -> PollEventLoopOptions
Returns a copy 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 PollEventLoopOptions
 
impl Debug for PollEventLoopOptions
source§impl Default for PollEventLoopOptions
 
impl Default for PollEventLoopOptions
impl Copy for PollEventLoopOptions
Auto Trait Implementations§
impl RefUnwindSafe for PollEventLoopOptions
impl Send for PollEventLoopOptions
impl Sync for PollEventLoopOptions
impl Unpin for PollEventLoopOptions
impl UnwindSafe for PollEventLoopOptions
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