Enum cyfs_lib::RouterEventCategory
source · [−]pub enum RouterEventCategory {
TestEvent,
}
Variants
TestEvent
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 more
sourceimpl 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 more
sourceimpl Hash for RouterEventCategory
impl Hash for RouterEventCategory
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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