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)>
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 From<OpHeadResolutionError> for OpsetEvaluationError
impl From<OpHeadResolutionError> for OpsetEvaluationError
source§fn from(source: OpHeadResolutionError) -> Self
fn from(source: OpHeadResolutionError) -> Self
Converts to this type from the input type.
source§impl From<OpHeadResolutionError> for RepoLoaderError
impl From<OpHeadResolutionError> for RepoLoaderError
source§fn from(source: OpHeadResolutionError) -> Self
fn from(source: OpHeadResolutionError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
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