pub enum FeaturesListFormat {
Json,
Text,
}Expand description
Format used to parse codex features list output.
Variants§
Trait Implementations§
Source§impl Clone for FeaturesListFormat
impl Clone for FeaturesListFormat
Source§fn clone(&self) -> FeaturesListFormat
fn clone(&self) -> FeaturesListFormat
Returns a duplicate 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 FeaturesListFormat
impl Debug for FeaturesListFormat
Source§impl PartialEq for FeaturesListFormat
impl PartialEq for FeaturesListFormat
impl Copy for FeaturesListFormat
impl Eq for FeaturesListFormat
impl StructuralPartialEq for FeaturesListFormat
Auto Trait Implementations§
impl Freeze for FeaturesListFormat
impl RefUnwindSafe for FeaturesListFormat
impl Send for FeaturesListFormat
impl Sync for FeaturesListFormat
impl Unpin for FeaturesListFormat
impl UnsafeUnpin for FeaturesListFormat
impl UnwindSafe for FeaturesListFormat
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.