Enum cyfs_lib::RouterEventCategory
source · pub enum RouterEventCategory {
TestEvent,
ZoneRoleChanged,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for RouterEventCategory
impl Clone for RouterEventCategory
source§fn clone(&self) -> RouterEventCategory
fn clone(&self) -> RouterEventCategory
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 RouterEventCategory
impl Debug for RouterEventCategory
source§impl Display for RouterEventCategory
impl Display for RouterEventCategory
source§impl FromStr for RouterEventCategory
impl FromStr for RouterEventCategory
§type Err = BuckyError
type Err = BuckyError
The associated error which can be returned from parsing.
source§impl Hash for RouterEventCategory
impl Hash for RouterEventCategory
source§impl PartialEq<RouterEventCategory> for RouterEventCategory
impl PartialEq<RouterEventCategory> for RouterEventCategory
source§fn eq(&self, other: &RouterEventCategory) -> bool
fn eq(&self, other: &RouterEventCategory) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.