pub struct InstanceCache { /* private fields */ }Expand description
Cache of previously resolved instances.
Implementations§
Source§impl InstanceCache
impl InstanceCache
Trait Implementations§
Source§impl Debug for InstanceCache
impl Debug for InstanceCache
Source§impl Default for InstanceCache
impl Default for InstanceCache
Source§fn default() -> InstanceCache
fn default() -> InstanceCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InstanceCache
impl RefUnwindSafe for InstanceCache
impl Send for InstanceCache
impl Sync for InstanceCache
impl Unpin for InstanceCache
impl UnsafeUnpin for InstanceCache
impl UnwindSafe for InstanceCache
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