pub enum ConfigErrorCode {
NoSuchFileOrDirectory,
CouldNotReadFile,
YamlSyntaxError,
}
Variants§
Trait Implementations§
Source§impl Clone for ConfigErrorCode
impl Clone for ConfigErrorCode
Source§fn clone(&self) -> ConfigErrorCode
fn clone(&self) -> ConfigErrorCode
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 ConfigErrorCode
impl Debug for ConfigErrorCode
Source§impl Display for ConfigErrorCode
impl Display for ConfigErrorCode
Source§impl PartialEq for ConfigErrorCode
impl PartialEq for ConfigErrorCode
impl Copy for ConfigErrorCode
impl StructuralPartialEq for ConfigErrorCode
Auto Trait Implementations§
impl Freeze for ConfigErrorCode
impl RefUnwindSafe for ConfigErrorCode
impl Send for ConfigErrorCode
impl Sync for ConfigErrorCode
impl Unpin for ConfigErrorCode
impl UnwindSafe for ConfigErrorCode
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