pub struct NoRouteKey;Trait Implementations§
Source§impl Clone for NoRouteKey
impl Clone for NoRouteKey
Source§fn clone(&self) -> NoRouteKey
fn clone(&self) -> NoRouteKey
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 moreSource§impl Debug for NoRouteKey
impl Debug for NoRouteKey
Source§impl Default for NoRouteKey
impl Default for NoRouteKey
Source§fn default() -> NoRouteKey
fn default() -> NoRouteKey
Returns the “default value” for a type. Read more
Source§impl RouteStrategy for NoRouteKey
impl RouteStrategy for NoRouteKey
fn route<'a>( &self, _ctx: &RouteCtx<'a>, _pool: &'a BackendPool, ) -> RoutingDecision<'a>
impl Copy for NoRouteKey
Auto Trait Implementations§
impl Freeze for NoRouteKey
impl RefUnwindSafe for NoRouteKey
impl Send for NoRouteKey
impl Sync for NoRouteKey
impl Unpin for NoRouteKey
impl UnsafeUnpin for NoRouteKey
impl UnwindSafe for NoRouteKey
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