Enum ckb_network::peer_store::ReportResult
source · pub enum ReportResult {
Ok,
Banned,
}Expand description
Report result
Variants§
Implementations§
Trait Implementations§
source§impl Clone for ReportResult
impl Clone for ReportResult
source§fn clone(&self) -> ReportResult
fn clone(&self) -> ReportResult
Returns a copy 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 ReportResult
impl Debug for ReportResult
source§impl PartialEq<ReportResult> for ReportResult
impl PartialEq<ReportResult> for ReportResult
source§fn eq(&self, other: &ReportResult) -> bool
fn eq(&self, other: &ReportResult) -> bool
This method tests for
self and other values to be equal, and is used
by ==.