pub struct DefaultLoadBalance;Trait Implementations§
Source§impl LoadBalance_ for DefaultLoadBalance
impl LoadBalance_ for DefaultLoadBalance
fn select_( &self, _context: &FusenContext, invokers: Arc<Vec<Arc<ServiceResource>>>, ) -> BoxFutureV2<'_, Result<Option<Arc<ServiceResource>>, FusenError>>
Auto Trait Implementations§
impl Freeze for DefaultLoadBalance
impl RefUnwindSafe for DefaultLoadBalance
impl Send for DefaultLoadBalance
impl Sync for DefaultLoadBalance
impl Unpin for DefaultLoadBalance
impl UnsafeUnpin for DefaultLoadBalance
impl UnwindSafe for DefaultLoadBalance
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