Struct ckb_network::peer_registry::ConnectionStatus [−][src]
pub struct ConnectionStatus {
pub total: u32,
pub non_whitelist_inbound: u32,
pub non_whitelist_outbound: u32,
pub max_inbound: u32,
pub max_outbound: u32,
}Expand description
Global network connection status
Fields
total: u32Total session number
non_whitelist_inbound: u32Not whitelist inbound number
non_whitelist_outbound: u32Not whitelist outbound number
max_inbound: u32Maximum number of inbound session
max_outbound: u32Maximum number of outbound session
Trait Implementations
impl Clone for ConnectionStatus[src]
impl Clone for ConnectionStatus[src]fn clone(&self) -> ConnectionStatus[src]
fn clone(&self) -> ConnectionStatus[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more
impl Debug for ConnectionStatus[src]
impl Debug for ConnectionStatus[src]impl Copy for ConnectionStatus[src]
Auto Trait Implementations
impl RefUnwindSafe for ConnectionStatus
impl Send for ConnectionStatus
impl Sync for ConnectionStatus
impl Unpin for ConnectionStatus
impl UnwindSafe for ConnectionStatus
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,