pub struct CacheKeyBuilder { /* private fields */ }Expand description
A builder for constructing complex cache keys.
Implementations§
Trait Implementations§
Source§impl Debug for CacheKeyBuilder
impl Debug for CacheKeyBuilder
Source§impl Default for CacheKeyBuilder
impl Default for CacheKeyBuilder
Source§fn default() -> CacheKeyBuilder
fn default() -> CacheKeyBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CacheKeyBuilder
impl RefUnwindSafe for CacheKeyBuilder
impl Send for CacheKeyBuilder
impl Sync for CacheKeyBuilder
impl Unpin for CacheKeyBuilder
impl UnwindSafe for CacheKeyBuilder
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