pub struct CacheKeyConfiguration {
pub type_name: String,
pub affinity_key_field_name: String,
}
Fields§
§type_name: String
§affinity_key_field_name: String
Trait Implementations§
Source§impl Clone for CacheKeyConfiguration
impl Clone for CacheKeyConfiguration
Source§fn clone(&self) -> CacheKeyConfiguration
fn clone(&self) -> CacheKeyConfiguration
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 moreAuto Trait Implementations§
impl Freeze for CacheKeyConfiguration
impl RefUnwindSafe for CacheKeyConfiguration
impl Send for CacheKeyConfiguration
impl Sync for CacheKeyConfiguration
impl Unpin for CacheKeyConfiguration
impl UnwindSafe for CacheKeyConfiguration
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