pub enum InventoryFormat {
Json,
Yaml,
Toml,
}Expand description
Inventory output formats
Variants§
Trait Implementations§
Source§impl Clone for InventoryFormat
impl Clone for InventoryFormat
Source§fn clone(&self) -> InventoryFormat
fn clone(&self) -> InventoryFormat
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 InventoryFormat
impl Debug for InventoryFormat
Source§impl Display for InventoryFormat
impl Display for InventoryFormat
Source§impl PartialEq for InventoryFormat
impl PartialEq for InventoryFormat
impl Copy for InventoryFormat
impl Eq for InventoryFormat
impl StructuralPartialEq for InventoryFormat
Auto Trait Implementations§
impl Freeze for InventoryFormat
impl RefUnwindSafe for InventoryFormat
impl Send for InventoryFormat
impl Sync for InventoryFormat
impl Unpin for InventoryFormat
impl UnwindSafe for InventoryFormat
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