pub enum ManagedChangeError {
OutOfScope {
change: String,
},
}Variants§
Trait Implementations§
Source§impl Debug for ManagedChangeError
impl Debug for ManagedChangeError
Source§impl Display for ManagedChangeError
impl Display for ManagedChangeError
Source§impl Error for ManagedChangeError
impl Error for ManagedChangeError
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()
Auto Trait Implementations§
impl Freeze for ManagedChangeError
impl RefUnwindSafe for ManagedChangeError
impl Send for ManagedChangeError
impl Sync for ManagedChangeError
impl Unpin for ManagedChangeError
impl UnsafeUnpin for ManagedChangeError
impl UnwindSafe for ManagedChangeError
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