pub enum OpHeadResolutionError {
NoHeads,
}Variants§
NoHeads
Trait Implementations§
Source§impl Debug for OpHeadResolutionError
impl Debug for OpHeadResolutionError
Source§impl Display for OpHeadResolutionError
impl Display for OpHeadResolutionError
Source§impl Error for OpHeadResolutionError
impl Error for OpHeadResolutionError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for OpHeadResolutionError
impl PartialEq for OpHeadResolutionError
impl Eq for OpHeadResolutionError
impl StructuralPartialEq for OpHeadResolutionError
Auto Trait Implementations§
impl Freeze for OpHeadResolutionError
impl RefUnwindSafe for OpHeadResolutionError
impl Send for OpHeadResolutionError
impl Sync for OpHeadResolutionError
impl Unpin for OpHeadResolutionError
impl UnwindSafe for OpHeadResolutionError
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