pub enum SimpleError {}Expand description
Protocol phase marker for SimpleError.
Trait Implementations§
Source§impl Clone for SimpleError
impl Clone for SimpleError
Source§fn clone(&self) -> SimpleError
fn clone(&self) -> SimpleError
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 SimpleError
Source§impl Debug for SimpleError
impl Debug for SimpleError
impl Eq for SimpleError
Source§impl PartialEq for SimpleError
impl PartialEq for SimpleError
impl StructuralPartialEq for SimpleError
Auto Trait Implementations§
impl Freeze for SimpleError
impl RefUnwindSafe for SimpleError
impl Send for SimpleError
impl Sync for SimpleError
impl Unpin for SimpleError
impl UnsafeUnpin for SimpleError
impl UnwindSafe for SimpleError
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