Enum ethsync::AllowIP
[−]
[src]
pub enum AllowIP { All, Private, Public, }
IP fiter
Variants
All
Connect to any address
Private
Connect to private network only
Public
Connect to public network only
Methods
impl AllowIP
[src]
Trait Implementations
impl Clone for AllowIP
[src]
fn clone(&self) -> AllowIP
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for AllowIP
[src]
impl PartialEq for AllowIP
[src]
fn eq(&self, __arg_0: &AllowIP) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.