pub struct RoutingKeyRoutingStrategy {
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 RoutingKeyRoutingStrategy
impl Clone for RoutingKeyRoutingStrategy
Source§fn clone(&self) -> RoutingKeyRoutingStrategy
fn clone(&self) -> RoutingKeyRoutingStrategy
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 RoutingKeyRoutingStrategy
impl !RefUnwindSafe for RoutingKeyRoutingStrategy
impl Send for RoutingKeyRoutingStrategy
impl Sync for RoutingKeyRoutingStrategy
impl Unpin for RoutingKeyRoutingStrategy
impl !UnwindSafe for RoutingKeyRoutingStrategy
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