pub struct GetEntriesContext(/* private fields */);Expand description
Records the context of the caller who calls entries() of Storage trait.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetEntriesContext
impl RefUnwindSafe for GetEntriesContext
impl Send for GetEntriesContext
impl Sync for GetEntriesContext
impl Unpin for GetEntriesContext
impl UnwindSafe for GetEntriesContext
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