pub struct GetConnectionCount(pub u64);Expand description
Result of JSON-RPC method getconnectioncount.
getconnectioncount
Returns n (numeric) The connection count
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for GetConnectionCount
impl Clone for GetConnectionCount
Source§fn clone(&self) -> GetConnectionCount
fn clone(&self) -> GetConnectionCount
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 GetConnectionCount
impl Debug for GetConnectionCount
Source§impl<'de> Deserialize<'de> for GetConnectionCount
impl<'de> Deserialize<'de> for GetConnectionCount
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
Source§impl PartialEq for GetConnectionCount
impl PartialEq for GetConnectionCount
Source§impl Serialize for GetConnectionCount
impl Serialize for GetConnectionCount
impl StructuralPartialEq for GetConnectionCount
Auto Trait Implementations§
impl Freeze for GetConnectionCount
impl RefUnwindSafe for GetConnectionCount
impl Send for GetConnectionCount
impl Sync for GetConnectionCount
impl Unpin for GetConnectionCount
impl UnwindSafe for GetConnectionCount
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