pub struct HashRoutingMurmurStrategy {
pub routing_extractor: &'static (dyn Fn(&Message) -> String + Sync + Send + 'static),
}
Fields§
§routing_extractor: &'static (dyn Fn(&Message) -> String + Sync + Send + 'static)
Implementations§
Trait Implementations§
Source§impl Clone for HashRoutingMurmurStrategy
impl Clone for HashRoutingMurmurStrategy
Source§fn clone(&self) -> HashRoutingMurmurStrategy
fn clone(&self) -> HashRoutingMurmurStrategy
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 HashRoutingMurmurStrategy
impl !RefUnwindSafe for HashRoutingMurmurStrategy
impl Send for HashRoutingMurmurStrategy
impl Sync for HashRoutingMurmurStrategy
impl Unpin for HashRoutingMurmurStrategy
impl !UnwindSafe for HashRoutingMurmurStrategy
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