pub struct StateChannelSummary {
pub num_packets: u64,
pub num_dcs: u64,
pub client: String,
}
Fields§
§num_packets: u64
§num_dcs: u64
§client: String
Trait Implementations§
Source§impl Clone for StateChannelSummary
impl Clone for StateChannelSummary
Source§fn clone(&self) -> StateChannelSummary
fn clone(&self) -> StateChannelSummary
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 StateChannelSummary
impl Debug for StateChannelSummary
Source§impl<'de> Deserialize<'de> for StateChannelSummary
impl<'de> Deserialize<'de> for StateChannelSummary
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 StateChannelSummary
impl RefUnwindSafe for StateChannelSummary
impl Send for StateChannelSummary
impl Sync for StateChannelSummary
impl Unpin for StateChannelSummary
impl UnwindSafe for StateChannelSummary
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