pub enum ApplicationSettingsLoaderExtension {
JSON,
TOML,
YAML,
}
Expand description
Les extensions des fichiers de configurations supportées.
Variants§
Trait Implementations§
source§impl Clone for SettingsLoaderExtension
impl Clone for SettingsLoaderExtension
source§fn clone(&self) -> SettingsLoaderExtension
fn clone(&self) -> SettingsLoaderExtension
Returns a copy 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 SettingsLoaderExtension
impl Debug for SettingsLoaderExtension
source§impl Display for SettingsLoaderExtension
impl Display for SettingsLoaderExtension
source§impl PartialEq<SettingsLoaderExtension> for SettingsLoaderExtension
impl PartialEq<SettingsLoaderExtension> for SettingsLoaderExtension
source§fn eq(&self, other: &SettingsLoaderExtension) -> bool
fn eq(&self, other: &SettingsLoaderExtension) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SettingsLoaderExtension
impl Eq for SettingsLoaderExtension
impl StructuralEq for SettingsLoaderExtension
impl StructuralPartialEq for SettingsLoaderExtension
Auto Trait Implementations§
impl RefUnwindSafe for SettingsLoaderExtension
impl Send for SettingsLoaderExtension
impl Sync for SettingsLoaderExtension
impl Unpin for SettingsLoaderExtension
impl UnwindSafe for SettingsLoaderExtension
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.