pub struct CachedClass { /* private fields */ }Expand description
Helper type for caching classes.
Implementations§
Trait Implementations§
Source§impl Default for CachedClass
impl Default for CachedClass
Source§fn default() -> CachedClass
fn default() -> CachedClass
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for CachedClass
impl RefUnwindSafe for CachedClass
impl Send for CachedClass
impl Sync for CachedClass
impl Unpin for CachedClass
impl UnwindSafe for CachedClass
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