Struct container_image_dist_ref::err::Error
source · pub struct Error<Size = u8>(/* private fields */);
Expand description
The Error
type contains an err::Kind
and an index within the source string.
Implementations§
Trait Implementations§
impl<Size: Copy> Copy for Error<Size>
Auto Trait Implementations§
impl<Size> RefUnwindSafe for Error<Size>where
Size: RefUnwindSafe,
impl<Size> Send for Error<Size>where
Size: Send,
impl<Size> Sync for Error<Size>where
Size: Sync,
impl<Size> Unpin for Error<Size>where
Size: Unpin,
impl<Size> UnwindSafe for Error<Size>where
Size: UnwindSafe,
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