Struct toad_msg::DefaultCacheKey
source · pub struct DefaultCacheKey(_);Expand description
Implementations§
Trait Implementations§
source§impl CacheKey for DefaultCacheKey
impl CacheKey for DefaultCacheKey
source§impl Clone for DefaultCacheKey
impl Clone for DefaultCacheKey
source§fn clone(&self) -> DefaultCacheKey
fn clone(&self) -> DefaultCacheKey
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 DefaultCacheKey
impl Debug for DefaultCacheKey
source§impl Default for DefaultCacheKey
impl Default for DefaultCacheKey
source§fn default() -> DefaultCacheKey
fn default() -> DefaultCacheKey
Returns the “default value” for a type. Read more