pub struct ExperimentalFlag {
pub name: &'static str,
pub stage: ExperimentalStage,
pub summary: &'static str,
}Expand description
One [experimental] flag: its key, its stage, and what it does.
Fields§
§name: &'static strThe [experimental] table key.
stage: ExperimentalStageHow far along the gate is (decides the default).
summary: &'static strOne line, as supercode features list / /experimental print it.
Trait Implementations§
Source§impl Clone for ExperimentalFlag
impl Clone for ExperimentalFlag
Source§fn clone(&self) -> ExperimentalFlag
fn clone(&self) -> ExperimentalFlag
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 ExperimentalFlag
Source§impl Debug for ExperimentalFlag
impl Debug for ExperimentalFlag
impl Eq for ExperimentalFlag
Source§impl PartialEq for ExperimentalFlag
impl PartialEq for ExperimentalFlag
impl StructuralPartialEq for ExperimentalFlag
Auto Trait Implementations§
impl Freeze for ExperimentalFlag
impl RefUnwindSafe for ExperimentalFlag
impl Send for ExperimentalFlag
impl Sync for ExperimentalFlag
impl Unpin for ExperimentalFlag
impl UnsafeUnpin for ExperimentalFlag
impl UnwindSafe for ExperimentalFlag
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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§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.