pub struct MediatorStats {
pub mediator_did: String,
pub inbound_count: u64,
pub first_seen: String,
pub last_seen: String,
}Fields§
§mediator_did: String§inbound_count: u64§first_seen: String§last_seen: StringTrait Implementations§
Source§impl Clone for MediatorStats
impl Clone for MediatorStats
Source§fn clone(&self) -> MediatorStats
fn clone(&self) -> MediatorStats
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MediatorStats
impl Debug for MediatorStats
Source§impl<'de> Deserialize<'de> for MediatorStats
impl<'de> Deserialize<'de> for MediatorStats
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for MediatorStats
impl RefUnwindSafe for MediatorStats
impl Send for MediatorStats
impl Sync for MediatorStats
impl Unpin for MediatorStats
impl UnsafeUnpin for MediatorStats
impl UnwindSafe for MediatorStats
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