pub enum NodeRuntime {
Async,
Sync,
All,
}Variants§
Trait Implementations§
Source§impl Clone for NodeRuntime
impl Clone for NodeRuntime
Source§fn clone(&self) -> NodeRuntime
fn clone(&self) -> NodeRuntime
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 moreAuto Trait Implementations§
impl Freeze for NodeRuntime
impl RefUnwindSafe for NodeRuntime
impl Send for NodeRuntime
impl Sync for NodeRuntime
impl Unpin for NodeRuntime
impl UnsafeUnpin for NodeRuntime
impl UnwindSafe for NodeRuntime
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