pub struct DefaultKeyEncoder;Expand description
A blanket implementation that formats {collection}:{id}.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DefaultKeyEncoder
impl RefUnwindSafe for DefaultKeyEncoder
impl Send for DefaultKeyEncoder
impl Sync for DefaultKeyEncoder
impl Unpin for DefaultKeyEncoder
impl UnsafeUnpin for DefaultKeyEncoder
impl UnwindSafe for DefaultKeyEncoder
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