pub struct CompositeKeyExtractor { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Source§impl Debug for CompositeKeyExtractor
impl Debug for CompositeKeyExtractor
Source§impl Default for CompositeKeyExtractor
impl Default for CompositeKeyExtractor
Auto Trait Implementations§
impl !RefUnwindSafe for CompositeKeyExtractor
impl !UnwindSafe for CompositeKeyExtractor
impl Freeze for CompositeKeyExtractor
impl Send for CompositeKeyExtractor
impl Sync for CompositeKeyExtractor
impl Unpin for CompositeKeyExtractor
impl UnsafeUnpin for CompositeKeyExtractor
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