pub struct BackgroundRuntime { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for BackgroundRuntime
impl Clone for BackgroundRuntime
Source§fn clone(&self) -> BackgroundRuntime
fn clone(&self) -> BackgroundRuntime
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 moreSource§impl Default for BackgroundRuntime
impl Default for BackgroundRuntime
Source§fn default() -> BackgroundRuntime
fn default() -> BackgroundRuntime
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BackgroundRuntime
impl !RefUnwindSafe for BackgroundRuntime
impl Send for BackgroundRuntime
impl Sync for BackgroundRuntime
impl Unpin for BackgroundRuntime
impl UnsafeUnpin for BackgroundRuntime
impl !UnwindSafe for BackgroundRuntime
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