pub enum VersionFormat {
Pretty,
Json,
}
Expand description
Version output format
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for VersionFormat
impl Clone for VersionFormat
Source§fn clone(&self) -> VersionFormat
fn clone(&self) -> VersionFormat
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 VersionFormat
impl Debug for VersionFormat
impl Copy for VersionFormat
Auto Trait Implementations§
impl Freeze for VersionFormat
impl RefUnwindSafe for VersionFormat
impl Send for VersionFormat
impl Sync for VersionFormat
impl Unpin for VersionFormat
impl UnwindSafe for VersionFormat
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