pub struct CatalogCache { /* private fields */ }Expand description
A cloneable process-wide handle for lazily loading one shared catalog.
Implementations§
Source§impl CatalogCache
impl CatalogCache
Trait Implementations§
Source§impl Clone for CatalogCache
impl Clone for CatalogCache
Source§fn clone(&self) -> CatalogCache
fn clone(&self) -> CatalogCache
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for CatalogCache
impl !UnwindSafe for CatalogCache
impl Freeze for CatalogCache
impl Send for CatalogCache
impl Sync for CatalogCache
impl Unpin for CatalogCache
impl UnsafeUnpin for CatalogCache
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