Enum cyfs_lib::VerifySignType
source · pub enum VerifySignType {
Desc,
Body,
Both,
}
Expand description
Variants§
Implementations§
Trait Implementations§
source§impl Clone for VerifySignType
impl Clone for VerifySignType
source§fn clone(&self) -> VerifySignType
fn clone(&self) -> VerifySignType
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 VerifySignType
impl Debug for VerifySignType
source§impl FromStr for VerifySignType
impl FromStr for VerifySignType
source§impl PartialEq<VerifySignType> for VerifySignType
impl PartialEq<VerifySignType> for VerifySignType
source§fn eq(&self, other: &VerifySignType) -> bool
fn eq(&self, other: &VerifySignType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.