pub struct ResolveError;Expand description
The one failure that is a decision rather than a corrupt pack.
Implementations§
Source§impl ResolveError
impl ResolveError
Sourcepub fn missing_base(oid: &[u8]) -> Error
pub fn missing_base(oid: &[u8]) -> Error
A thin pack’s external base, named.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolveError
impl RefUnwindSafe for ResolveError
impl Send for ResolveError
impl Sync for ResolveError
impl Unpin for ResolveError
impl UnsafeUnpin for ResolveError
impl UnwindSafe for ResolveError
Blanket Implementations§
impl<T> Allocation for T
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