pub struct SpecializationCache { /* private fields */ }Expand description
Cache for specializations to avoid duplicates
Trait Implementations§
Source§impl Clone for SpecializationCache
impl Clone for SpecializationCache
Source§fn clone(&self) -> SpecializationCache
fn clone(&self) -> SpecializationCache
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SpecializationCache
impl Debug for SpecializationCache
Source§impl Default for SpecializationCache
impl Default for SpecializationCache
Source§fn default() -> SpecializationCache
fn default() -> SpecializationCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SpecializationCache
impl RefUnwindSafe for SpecializationCache
impl Send for SpecializationCache
impl Sync for SpecializationCache
impl Unpin for SpecializationCache
impl UnsafeUnpin for SpecializationCache
impl UnwindSafe for SpecializationCache
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