pub enum UnstableFeature {
FormatSubcommand,
LogicalOperators,
ScriptAttribute,
ScriptInterpreterSetting,
}
Variantsยง
Trait Implementationsยง
Sourceยงimpl Clone for UnstableFeature
impl Clone for UnstableFeature
Sourceยงfn clone(&self) -> UnstableFeature
fn clone(&self) -> UnstableFeature
Returns a copy 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 Debug for UnstableFeature
impl Debug for UnstableFeature
Sourceยงimpl Display for UnstableFeature
impl Display for UnstableFeature
Sourceยงimpl Ord for UnstableFeature
impl Ord for UnstableFeature
Sourceยงfn cmp(&self, other: &UnstableFeature) -> Ordering
fn cmp(&self, other: &UnstableFeature) -> Ordering
1.21.0 ยท Sourceยงfn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Sourceยงimpl PartialEq for UnstableFeature
impl PartialEq for UnstableFeature
Sourceยงimpl PartialOrd for UnstableFeature
impl PartialOrd for UnstableFeature
impl Copy for UnstableFeature
impl Eq for UnstableFeature
impl StructuralPartialEq for UnstableFeature
Auto Trait Implementationsยง
impl Freeze for UnstableFeature
impl RefUnwindSafe for UnstableFeature
impl Send for UnstableFeature
impl Sync for UnstableFeature
impl Unpin for UnstableFeature
impl UnwindSafe for UnstableFeature
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