pub struct ResolverError {
pub kind: ErrorKind,
pub msg: String,
}
Fields§
§kind: ErrorKind
§msg: String
Implementations§
Source§impl ResolverError
impl ResolverError
pub fn missing_parameter<D: Display>(fqn: &ArtifactFqn, field_name: &D) -> Self
pub fn invalid_data(details: &str) -> Self
pub fn cant_resolve(artifact_id: &ArtifactFqn, cause: &str) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolverError
impl RefUnwindSafe for ResolverError
impl Send for ResolverError
impl Sync for ResolverError
impl Unpin for ResolverError
impl UnwindSafe for ResolverError
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