#[non_exhaustive]pub struct InvalidConfig { /* private fields */ }
Expand description
Config 错误信息集合
Trait Implementations§
Source§impl Clone for InvalidConfig
impl Clone for InvalidConfig
Source§fn clone(&self) -> InvalidConfig
fn clone(&self) -> InvalidConfig
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 InvalidConfig
impl Debug for InvalidConfig
Source§impl Display for InvalidConfig
impl Display for InvalidConfig
Source§impl Error for InvalidConfig
impl Error for InvalidConfig
Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for InvalidConfig
impl PartialEq for InvalidConfig
impl StructuralPartialEq for InvalidConfig
Auto Trait Implementations§
impl Freeze for InvalidConfig
impl RefUnwindSafe for InvalidConfig
impl Send for InvalidConfig
impl Sync for InvalidConfig
impl Unpin for InvalidConfig
impl UnwindSafe for InvalidConfig
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