pub struct ReadThroughErrorContext {
pub key: String,
pub tier: ReadThroughLookupTier,
pub stage: ReadThroughErrorStage,
pub error: StorageError,
}Expand description
ReadThroughErrorContext data container.
Fields§
§key: Stringkey field for key.
tier: ReadThroughLookupTiertier field for tier.
stage: ReadThroughErrorStagestage field for stage.
error: StorageErrorerror field for error.
Auto Trait Implementations§
impl Freeze for ReadThroughErrorContext
impl RefUnwindSafe for ReadThroughErrorContext
impl Send for ReadThroughErrorContext
impl Sync for ReadThroughErrorContext
impl Unpin for ReadThroughErrorContext
impl UnsafeUnpin for ReadThroughErrorContext
impl UnwindSafe for ReadThroughErrorContext
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