Enum cyfs_lib::RouterHandlerChain
source · [−]pub enum RouterHandlerChain {
PreNOC,
PostNOC,
PreRouter,
PostRouter,
PreForward,
PostForward,
PreCrypto,
PostCrypto,
Acl,
}
Variants
PreNOC
PostNOC
PreRouter
PostRouter
PreForward
PostForward
PreCrypto
PostCrypto
Acl
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 more
sourceimpl 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 more
sourceimpl Hash for RouterHandlerChain
impl Hash 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 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