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