Enum cyfs_lib::RouterEventCategory
source · pub enum RouterEventCategory {
TestEvent,
ZoneRoleChanged,
}
Variants
Implementations
Trait Implementations
sourceimpl Clone for RouterEventCategory
impl Clone for RouterEventCategory
sourcefn clone(&self) -> RouterEventCategory
fn clone(&self) -> RouterEventCategory
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RouterEventCategory
impl Debug for RouterEventCategory
sourceimpl Display for RouterEventCategory
impl Display for RouterEventCategory
sourceimpl FromStr for RouterEventCategory
impl FromStr for RouterEventCategory
type Err = BuckyError
type Err = BuckyError
The associated error which can be returned from parsing.
sourcefn from_str(s: &str) -> BuckyResult<Self>
fn from_str(s: &str) -> BuckyResult<Self>
Parses a string
s
to return a value of this type. Read moresourceimpl Hash for RouterEventCategory
impl Hash for RouterEventCategory
sourceimpl PartialEq<RouterEventCategory> for RouterEventCategory
impl PartialEq<RouterEventCategory> for RouterEventCategory
sourcefn eq(&self, other: &RouterEventCategory) -> bool
fn eq(&self, other: &RouterEventCategory) -> bool
impl Eq for RouterEventCategory
impl StructuralEq for RouterEventCategory
impl StructuralPartialEq for RouterEventCategory
Auto Trait Implementations
impl RefUnwindSafe for RouterEventCategory
impl Send for RouterEventCategory
impl Sync for RouterEventCategory
impl Unpin for RouterEventCategory
impl UnwindSafe for RouterEventCategory
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more