Enum cyfs_lib::RouterHandlerCategory
source · [−]pub enum RouterHandlerCategory {
Show 14 variants
PutObject,
GetObject,
PostObject,
SelectObject,
DeleteObject,
GetData,
PutData,
DeleteData,
SignObject,
VerifyObject,
EncryptData,
DecryptData,
Acl,
Interest,
}
Variants
PutObject
GetObject
PostObject
SelectObject
DeleteObject
GetData
PutData
DeleteData
SignObject
VerifyObject
EncryptData
DecryptData
Acl
Interest
Implementations
Trait Implementations
sourceimpl Clone for RouterHandlerCategory
impl Clone for RouterHandlerCategory
sourcefn clone(&self) -> RouterHandlerCategory
fn clone(&self) -> RouterHandlerCategory
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RouterHandlerCategory
impl Debug for RouterHandlerCategory
sourceimpl Display for RouterHandlerCategory
impl Display for RouterHandlerCategory
sourceimpl FromStr for RouterHandlerCategory
impl FromStr for RouterHandlerCategory
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 RouterHandlerCategory
impl Hash for RouterHandlerCategory
sourceimpl PartialEq<RouterHandlerCategory> for RouterHandlerCategory
impl PartialEq<RouterHandlerCategory> for RouterHandlerCategory
sourcefn eq(&self, other: &RouterHandlerCategory) -> bool
fn eq(&self, other: &RouterHandlerCategory) -> bool
impl Copy for RouterHandlerCategory
impl Eq for RouterHandlerCategory
impl StructuralEq for RouterHandlerCategory
impl StructuralPartialEq for RouterHandlerCategory
Auto Trait Implementations
impl RefUnwindSafe for RouterHandlerCategory
impl Send for RouterHandlerCategory
impl Sync for RouterHandlerCategory
impl Unpin for RouterHandlerCategory
impl UnwindSafe for RouterHandlerCategory
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