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