pub enum DevPlanError {
Invalid(String),
}Variants§
Trait Implementations§
Source§impl Debug for DevPlanError
impl Debug for DevPlanError
Source§impl Display for DevPlanError
impl Display for DevPlanError
impl Eq for DevPlanError
Source§impl Error for DevPlanError
impl Error for DevPlanError
1.30.0 · 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 DevPlanError
impl PartialEq for DevPlanError
impl StructuralPartialEq for DevPlanError
Auto Trait Implementations§
impl Freeze for DevPlanError
impl RefUnwindSafe for DevPlanError
impl Send for DevPlanError
impl Sync for DevPlanError
impl Unpin for DevPlanError
impl UnsafeUnpin for DevPlanError
impl UnwindSafe for DevPlanError
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