pub struct NoCustomError;Expand description
A marker type to be used with CombinedUserError without a custom error
The display implementation of this is added to be compatible with
anyhow::Error and shouldn’t be used
Trait Implementations§
Source§impl Clone for NoCustomError
impl Clone for NoCustomError
Source§fn clone(&self) -> NoCustomError
fn clone(&self) -> NoCustomError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NoCustomError
impl Debug for NoCustomError
Source§impl Display for NoCustomError
impl Display for NoCustomError
impl Copy for NoCustomError
Auto Trait Implementations§
impl Freeze for NoCustomError
impl RefUnwindSafe for NoCustomError
impl Send for NoCustomError
impl Sync for NoCustomError
impl Unpin for NoCustomError
impl UnwindSafe for NoCustomError
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