Enum cyfs_lib::VerifySignType
source · [−]pub enum VerifySignType {
Desc,
Body,
Both,
}
Expand description
Variants
Desc
Body
Both
Implementations
Trait Implementations
sourceimpl Clone for VerifySignType
impl Clone for VerifySignType
sourcefn clone(&self) -> VerifySignType
fn clone(&self) -> VerifySignType
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 VerifySignType
impl Debug for VerifySignType
sourceimpl FromStr for VerifySignType
impl FromStr for VerifySignType
sourceimpl PartialEq<VerifySignType> for VerifySignType
impl PartialEq<VerifySignType> for VerifySignType
sourcefn eq(&self, other: &VerifySignType) -> bool
fn eq(&self, other: &VerifySignType) -> bool
sourceimpl ToString for VerifySignType
impl ToString for VerifySignType
impl Eq for VerifySignType
impl StructuralEq for VerifySignType
impl StructuralPartialEq for VerifySignType
Auto Trait Implementations
impl RefUnwindSafe for VerifySignType
impl Send for VerifySignType
impl Sync for VerifySignType
impl Unpin for VerifySignType
impl UnwindSafe for VerifySignType
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