pub enum ConfigDiagnosticCode {
Show 14 variants
Syntax,
MisplacedKey,
UnknownKey,
PersistedRuntimeMetadata,
UnknownSection,
MissingRequiredKey,
InvalidValue,
ConflictingAliases,
RedundantAliases,
UnsupportedInterface,
UnsupportedTransport,
UnsupportedSetting,
IneffectiveSetting,
ImplicitOff,
}Variants§
Syntax
MisplacedKey
UnknownKey
PersistedRuntimeMetadata
UnknownSection
MissingRequiredKey
InvalidValue
ConflictingAliases
RedundantAliases
UnsupportedInterface
UnsupportedTransport
UnsupportedSetting
IneffectiveSetting
ImplicitOff
Implementations§
Trait Implementations§
Source§impl Clone for ConfigDiagnosticCode
impl Clone for ConfigDiagnosticCode
Source§fn clone(&self) -> ConfigDiagnosticCode
fn clone(&self) -> ConfigDiagnosticCode
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 moreimpl Copy for ConfigDiagnosticCode
Source§impl Debug for ConfigDiagnosticCode
impl Debug for ConfigDiagnosticCode
impl Eq for ConfigDiagnosticCode
Source§impl PartialEq for ConfigDiagnosticCode
impl PartialEq for ConfigDiagnosticCode
impl StructuralPartialEq for ConfigDiagnosticCode
Auto Trait Implementations§
impl Freeze for ConfigDiagnosticCode
impl RefUnwindSafe for ConfigDiagnosticCode
impl Send for ConfigDiagnosticCode
impl Sync for ConfigDiagnosticCode
impl Unpin for ConfigDiagnosticCode
impl UnsafeUnpin for ConfigDiagnosticCode
impl UnwindSafe for ConfigDiagnosticCode
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