pub enum RuntimePreset {
Coding,
}Expand description
Explicit built-in capability preset for embedded runtimes.
Variants§
Coding
The same shared coding capability composition used by the CLI.
Implementations§
Source§impl RuntimePreset
impl RuntimePreset
Trait Implementations§
Source§impl Clone for RuntimePreset
impl Clone for RuntimePreset
Source§fn clone(&self) -> RuntimePreset
fn clone(&self) -> RuntimePreset
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 RuntimePreset
Source§impl Debug for RuntimePreset
impl Debug for RuntimePreset
impl Eq for RuntimePreset
Source§impl PartialEq for RuntimePreset
impl PartialEq for RuntimePreset
impl StructuralPartialEq for RuntimePreset
Auto Trait Implementations§
impl Freeze for RuntimePreset
impl RefUnwindSafe for RuntimePreset
impl Send for RuntimePreset
impl Sync for RuntimePreset
impl Unpin for RuntimePreset
impl UnsafeUnpin for RuntimePreset
impl UnwindSafe for RuntimePreset
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.