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