Expand description
Returned if any required fields in a PropertyDefinition are not present when being
converted from the corresponding builder
Variants
MissingField(String)
EmptyVec(String)
Trait Implementations
sourceimpl Debug for PropertyDefinitionBuildError
impl Debug for PropertyDefinitionBuildError
sourceimpl Error for PropertyDefinitionBuildError
impl Error for PropertyDefinitionBuildError
sourcefn description(&self) -> &str
fn description(&self) -> &str
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
sourcefn cause(&self) -> Option<&dyn StdError>
fn cause(&self) -> Option<&dyn StdError>
👎 Deprecated since 1.33.0:
replaced by Error::source, which can support downcasting
Auto Trait Implementations
impl RefUnwindSafe for PropertyDefinitionBuildError
impl Send for PropertyDefinitionBuildError
impl Sync for PropertyDefinitionBuildError
impl Unpin for PropertyDefinitionBuildError
impl UnwindSafe for PropertyDefinitionBuildError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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