pub struct GetConnectionCountResponse {
pub value: u64,
}Expand description
Response for the GetConnectionCount RPC method
This method returns a primitive value wrapped in a transparent struct.
Fields§
§value: u64Wrapped primitive value
Trait Implementations§
Source§impl AsRef<u64> for GetConnectionCountResponse
impl AsRef<u64> for GetConnectionCountResponse
Source§impl Clone for GetConnectionCountResponse
impl Clone for GetConnectionCountResponse
Source§fn clone(&self) -> GetConnectionCountResponse
fn clone(&self) -> GetConnectionCountResponse
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 GetConnectionCountResponse
impl Debug for GetConnectionCountResponse
Source§impl Deref for GetConnectionCountResponse
impl Deref for GetConnectionCountResponse
Source§impl<'de> Deserialize<'de> for GetConnectionCountResponse
impl<'de> Deserialize<'de> for GetConnectionCountResponse
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 From<GetConnectionCountResponse> for u64
impl From<GetConnectionCountResponse> for u64
Source§fn from(wrapper: GetConnectionCountResponse) -> Self
fn from(wrapper: GetConnectionCountResponse) -> Self
Converts to this type from the input type.
Source§impl From<u64> for GetConnectionCountResponse
impl From<u64> for GetConnectionCountResponse
impl StructuralPartialEq for GetConnectionCountResponse
Auto Trait Implementations§
impl Freeze for GetConnectionCountResponse
impl RefUnwindSafe for GetConnectionCountResponse
impl Send for GetConnectionCountResponse
impl Sync for GetConnectionCountResponse
impl Unpin for GetConnectionCountResponse
impl UnwindSafe for GetConnectionCountResponse
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