pub enum DceFaultBody {
Message(String),
Error(&'static str, Box<dyn Error + Send>),
}Variants§
Trait Implementations§
Source§impl Debug for DceFaultBody
impl Debug for DceFaultBody
Auto Trait Implementations§
impl !RefUnwindSafe for DceFaultBody
impl !Sync for DceFaultBody
impl !UnwindSafe for DceFaultBody
impl Freeze for DceFaultBody
impl Send for DceFaultBody
impl Unpin for DceFaultBody
impl UnsafeUnpin for DceFaultBody
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