pub enum ExtendedError {}Expand description
Protocol phase marker for ExtendedError.
Trait Implementations§
Source§impl Clone for ExtendedError
impl Clone for ExtendedError
Source§fn clone(&self) -> ExtendedError
fn clone(&self) -> ExtendedError
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 ExtendedError
Source§impl Debug for ExtendedError
impl Debug for ExtendedError
impl Eq for ExtendedError
Source§impl PartialEq for ExtendedError
impl PartialEq for ExtendedError
impl StructuralPartialEq for ExtendedError
Auto Trait Implementations§
impl Freeze for ExtendedError
impl RefUnwindSafe for ExtendedError
impl Send for ExtendedError
impl Sync for ExtendedError
impl Unpin for ExtendedError
impl UnsafeUnpin for ExtendedError
impl UnwindSafe for ExtendedError
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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