Enum universal_config::Format
source · pub enum Format {
Json,
Yaml,
Toml,
Corn,
Xml,
Ron,
}Expand description
Supported config formats.
Variants§
Json
.json file
Yaml
.yaml or .yml files.
Toml
.toml files.
Corn
.corn files.
Xml
.xml files.
Ron
.ron files.
Auto Trait Implementations§
impl RefUnwindSafe for Format
impl Send for Format
impl Sync for Format
impl Unpin for Format
impl UnwindSafe for Format
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