pub struct ServiceLoadEntry {
pub service: String,
pub pending_requests: usize,
pub pending_responses: usize,
}Fields§
§service: String§pending_requests: usize§pending_responses: usizeTrait Implementations§
Source§impl Clone for ServiceLoadEntry
impl Clone for ServiceLoadEntry
Source§fn clone(&self) -> ServiceLoadEntry
fn clone(&self) -> ServiceLoadEntry
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 ServiceLoadEntry
impl Debug for ServiceLoadEntry
Source§impl PartialEq for ServiceLoadEntry
impl PartialEq for ServiceLoadEntry
impl Eq for ServiceLoadEntry
impl StructuralPartialEq for ServiceLoadEntry
Auto Trait Implementations§
impl Freeze for ServiceLoadEntry
impl RefUnwindSafe for ServiceLoadEntry
impl Send for ServiceLoadEntry
impl Sync for ServiceLoadEntry
impl Unpin for ServiceLoadEntry
impl UnsafeUnpin for ServiceLoadEntry
impl UnwindSafe for ServiceLoadEntry
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