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§
source§impl Clone for RouterHandlerCategory
impl Clone for RouterHandlerCategory
source§fn clone(&self) -> RouterHandlerCategory
fn clone(&self) -> RouterHandlerCategory
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 RouterHandlerCategory
impl Debug for RouterHandlerCategory
source§impl Display for RouterHandlerCategory
impl Display for RouterHandlerCategory
source§impl FromStr for RouterHandlerCategory
impl FromStr for RouterHandlerCategory
§type Err = BuckyError
type Err = BuckyError
The associated error which can be returned from parsing.
source§impl Hash for RouterHandlerCategory
impl Hash for RouterHandlerCategory
source§impl PartialEq<RouterHandlerCategory> for RouterHandlerCategory
impl PartialEq<RouterHandlerCategory> for RouterHandlerCategory
source§fn eq(&self, other: &RouterHandlerCategory) -> bool
fn eq(&self, other: &RouterHandlerCategory) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.