pub(crate) struct DynPipelineCache(Arc<dyn PipelineCacheInterface>);
Available on
custom
only.Tuple Fields§
§0: Arc<dyn PipelineCacheInterface>
Implementations§
Source§impl DynPipelineCache
impl DynPipelineCache
pub(crate) fn new<T: PipelineCacheInterface>(t: T) -> Self
Trait Implementations§
Source§impl Clone for DynPipelineCache
impl Clone for DynPipelineCache
Source§fn clone(&self) -> DynPipelineCache
fn clone(&self) -> DynPipelineCache
Returns a copy 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 DynPipelineCache
impl Debug for DynPipelineCache
Source§impl Deref for DynPipelineCache
impl Deref for DynPipelineCache
Source§impl Hash for DynPipelineCache
impl Hash for DynPipelineCache
Source§impl Ord for DynPipelineCache
impl Ord for DynPipelineCache
Source§impl PartialEq for DynPipelineCache
impl PartialEq for DynPipelineCache
Source§impl PartialOrd for DynPipelineCache
impl PartialOrd for DynPipelineCache
impl Eq for DynPipelineCache
Auto Trait Implementations§
impl Freeze for DynPipelineCache
impl !RefUnwindSafe for DynPipelineCache
impl Send for DynPipelineCache
impl Sync for DynPipelineCache
impl Unpin for DynPipelineCache
impl !UnwindSafe for DynPipelineCache
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.