pub enum ListLangsOutput {
Table,
Json,
}Expand description
Output format for list-langs.
Variants§
Table
Human-readable table with code, kind, name columns.
Json
Pretty-printed JSON array of LanguageInfo.
Trait Implementations§
Source§impl Clone for ListLangsOutput
impl Clone for ListLangsOutput
Source§fn clone(&self) -> ListLangsOutput
fn clone(&self) -> ListLangsOutput
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 ListLangsOutput
Source§impl Debug for ListLangsOutput
impl Debug for ListLangsOutput
impl Eq for ListLangsOutput
Source§impl PartialEq for ListLangsOutput
impl PartialEq for ListLangsOutput
Source§fn eq(&self, other: &ListLangsOutput) -> bool
fn eq(&self, other: &ListLangsOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ListLangsOutput
Source§impl ValueEnum for ListLangsOutput
impl ValueEnum for ListLangsOutput
Auto Trait Implementations§
impl Freeze for ListLangsOutput
impl RefUnwindSafe for ListLangsOutput
impl Send for ListLangsOutput
impl Sync for ListLangsOutput
impl Unpin for ListLangsOutput
impl UnsafeUnpin for ListLangsOutput
impl UnwindSafe for ListLangsOutput
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.