pub struct TransformCacheKey { /* private fields */ }Expand description
Stable key for transformed document cache entries.
Implementations§
Trait Implementations§
Source§impl Clone for TransformCacheKey
impl Clone for TransformCacheKey
Source§fn clone(&self) -> TransformCacheKey
fn clone(&self) -> TransformCacheKey
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 moreSource§impl Debug for TransformCacheKey
impl Debug for TransformCacheKey
Source§impl Hash for TransformCacheKey
impl Hash for TransformCacheKey
Source§impl PartialEq for TransformCacheKey
impl PartialEq for TransformCacheKey
Source§fn eq(&self, other: &TransformCacheKey) -> bool
fn eq(&self, other: &TransformCacheKey) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for TransformCacheKey
impl StructuralPartialEq for TransformCacheKey
Auto Trait Implementations§
impl Freeze for TransformCacheKey
impl RefUnwindSafe for TransformCacheKey
impl Send for TransformCacheKey
impl Sync for TransformCacheKey
impl Unpin for TransformCacheKey
impl UnsafeUnpin for TransformCacheKey
impl UnwindSafe for TransformCacheKey
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