#[non_exhaustive]pub struct ConfigurationException { /* private fields */ }Expand description
Some or all of the configuration is incomplete, missing, or not valid.
Implementations
sourceimpl ConfigurationException
impl ConfigurationException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConfigurationException.
Trait Implementations
sourceimpl Clone for ConfigurationException
impl Clone for ConfigurationException
sourcefn clone(&self) -> ConfigurationException
fn clone(&self) -> ConfigurationException
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ConfigurationException
impl Debug for ConfigurationException
sourceimpl Display for ConfigurationException
impl Display for ConfigurationException
sourceimpl Error for ConfigurationException
impl Error for ConfigurationException
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
sourceimpl PartialEq<ConfigurationException> for ConfigurationException
impl PartialEq<ConfigurationException> for ConfigurationException
sourcefn eq(&self, other: &ConfigurationException) -> bool
fn eq(&self, other: &ConfigurationException) -> bool
impl StructuralPartialEq for ConfigurationException
Auto Trait Implementations
impl RefUnwindSafe for ConfigurationException
impl Send for ConfigurationException
impl Sync for ConfigurationException
impl Unpin for ConfigurationException
impl UnwindSafe for ConfigurationException
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more