pub struct Heard {
pub requests: u64,
pub account_calls: u64,
}Expand description
One credential’s traffic, as the mock heard it (behaviour 63).
Fields§
§requests: u64§account_calls: u64Trait Implementations§
impl Copy for Heard
impl Eq for Heard
impl StructuralPartialEq for Heard
Auto Trait Implementations§
impl Freeze for Heard
impl RefUnwindSafe for Heard
impl Send for Heard
impl Sync for Heard
impl Unpin for Heard
impl UnsafeUnpin for Heard
impl UnwindSafe for Heard
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