pub struct RequestRoutingCapacity<const REQUESTS: usize, const REQUEST_BYTES: usize>;Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<const REQUESTS: usize, const REQUEST_BYTES: usize> Freeze for RequestRoutingCapacity<REQUESTS, REQUEST_BYTES>
impl<const REQUESTS: usize, const REQUEST_BYTES: usize> RefUnwindSafe for RequestRoutingCapacity<REQUESTS, REQUEST_BYTES>
impl<const REQUESTS: usize, const REQUEST_BYTES: usize> Send for RequestRoutingCapacity<REQUESTS, REQUEST_BYTES>
impl<const REQUESTS: usize, const REQUEST_BYTES: usize> Sync for RequestRoutingCapacity<REQUESTS, REQUEST_BYTES>
impl<const REQUESTS: usize, const REQUEST_BYTES: usize> Unpin for RequestRoutingCapacity<REQUESTS, REQUEST_BYTES>
impl<const REQUESTS: usize, const REQUEST_BYTES: usize> UnsafeUnpin for RequestRoutingCapacity<REQUESTS, REQUEST_BYTES>
impl<const REQUESTS: usize, const REQUEST_BYTES: usize> UnwindSafe for RequestRoutingCapacity<REQUESTS, REQUEST_BYTES>
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