Enum cyfs_lib::RouterHandlerChain
source · pub enum RouterHandlerChain {
PreNOC,
PostNOC,
PreRouter,
PostRouter,
PreForward,
PostForward,
PreCrypto,
PostCrypto,
Handler,
Acl,
NDN,
}
Variants
Implementations
Trait Implementations
sourceimpl Clone for RouterHandlerChain
impl Clone for RouterHandlerChain
sourcefn clone(&self) -> RouterHandlerChain
fn clone(&self) -> RouterHandlerChain
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 RouterHandlerChain
impl Debug for RouterHandlerChain
sourceimpl Display for RouterHandlerChain
impl Display for RouterHandlerChain
sourceimpl FromStr for RouterHandlerChain
impl FromStr for RouterHandlerChain
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 RouterHandlerChain
impl Hash for RouterHandlerChain
sourceimpl PartialEq<RouterHandlerChain> for RouterHandlerChain
impl PartialEq<RouterHandlerChain> for RouterHandlerChain
sourcefn eq(&self, other: &RouterHandlerChain) -> bool
fn eq(&self, other: &RouterHandlerChain) -> bool
impl Copy for RouterHandlerChain
impl Eq for RouterHandlerChain
impl StructuralEq for RouterHandlerChain
impl StructuralPartialEq for RouterHandlerChain
Auto Trait Implementations
impl RefUnwindSafe for RouterHandlerChain
impl Send for RouterHandlerChain
impl Sync for RouterHandlerChain
impl Unpin for RouterHandlerChain
impl UnwindSafe for RouterHandlerChain
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