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