pub struct DefaultRuntime;Expand description
The default runtime.
Automatically selects the runtime implementation based on the configured features and the platform on which it runs.
Trait Implementations§
Source§impl Clone for DefaultRuntime
impl Clone for DefaultRuntime
Source§fn clone(&self) -> DefaultRuntime
fn clone(&self) -> DefaultRuntime
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DefaultRuntime
Source§impl Debug for DefaultRuntime
impl Debug for DefaultRuntime
Auto Trait Implementations§
impl Freeze for DefaultRuntime
impl RefUnwindSafe for DefaultRuntime
impl Send for DefaultRuntime
impl Sync for DefaultRuntime
impl Unpin for DefaultRuntime
impl UnsafeUnpin for DefaultRuntime
impl UnwindSafe for DefaultRuntime
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