pub enum SourceInfoOutputFormat {
Json,
Srcinfo,
}
Expand description
Output format for the format
command.
Variants§
Trait Implementations§
Source§impl Clone for SourceInfoOutputFormat
impl Clone for SourceInfoOutputFormat
Source§fn clone(&self) -> SourceInfoOutputFormat
fn clone(&self) -> SourceInfoOutputFormat
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 SourceInfoOutputFormat
impl Debug for SourceInfoOutputFormat
Source§impl Default for SourceInfoOutputFormat
impl Default for SourceInfoOutputFormat
Source§fn default() -> SourceInfoOutputFormat
fn default() -> SourceInfoOutputFormat
Returns the “default value” for a type. Read more
Source§impl Display for SourceInfoOutputFormat
impl Display for SourceInfoOutputFormat
Source§impl ValueEnum for SourceInfoOutputFormat
impl ValueEnum for SourceInfoOutputFormat
Auto Trait Implementations§
impl Freeze for SourceInfoOutputFormat
impl RefUnwindSafe for SourceInfoOutputFormat
impl Send for SourceInfoOutputFormat
impl Sync for SourceInfoOutputFormat
impl Unpin for SourceInfoOutputFormat
impl UnwindSafe for SourceInfoOutputFormat
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