pub struct CustomErrorPlaceholder;Expand description
Placeholder for custom errors in ExecutionError
Trait Implementations§
Source§impl Clone for CustomErrorPlaceholder
impl Clone for CustomErrorPlaceholder
Source§fn clone(&self) -> CustomErrorPlaceholder
fn clone(&self) -> CustomErrorPlaceholder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CustomErrorPlaceholder
Source§impl Debug for CustomErrorPlaceholder
impl Debug for CustomErrorPlaceholder
Auto Trait Implementations§
impl Freeze for CustomErrorPlaceholder
impl RefUnwindSafe for CustomErrorPlaceholder
impl Send for CustomErrorPlaceholder
impl Sync for CustomErrorPlaceholder
impl Unpin for CustomErrorPlaceholder
impl UnsafeUnpin for CustomErrorPlaceholder
impl UnwindSafe for CustomErrorPlaceholder
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