Struct sauron_core::dom::IdleCallbackHandle
source · pub struct IdleCallbackHandle { /* private fields */ }
Expand description
request idle callback handle
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for IdleCallbackHandle
impl !Send for IdleCallbackHandle
impl !Sync for IdleCallbackHandle
impl Unpin for IdleCallbackHandle
impl !UnwindSafe for IdleCallbackHandle
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