pub enum RegistryFormat {
Json,
Csv,
}Expand description
Machine-readable packet registry output format.
Variants§
Trait Implementations§
Source§impl Clone for RegistryFormat
impl Clone for RegistryFormat
Source§fn clone(&self) -> RegistryFormat
fn clone(&self) -> RegistryFormat
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 moreSource§impl Debug for RegistryFormat
impl Debug for RegistryFormat
Source§impl PartialEq for RegistryFormat
impl PartialEq for RegistryFormat
Source§fn eq(&self, other: &RegistryFormat) -> bool
fn eq(&self, other: &RegistryFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RegistryFormat
impl Eq for RegistryFormat
impl StructuralPartialEq for RegistryFormat
Auto Trait Implementations§
impl Freeze for RegistryFormat
impl RefUnwindSafe for RegistryFormat
impl Send for RegistryFormat
impl Sync for RegistryFormat
impl Unpin for RegistryFormat
impl UnsafeUnpin for RegistryFormat
impl UnwindSafe for RegistryFormat
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