Enum cyfs_lib::SignObjectResult
source · [−]pub enum SignObjectResult {
Signed,
Pending,
}
Variants
Signed
Pending
Trait Implementations
sourceimpl Clone for SignObjectResult
impl Clone for SignObjectResult
sourcefn clone(&self) -> SignObjectResult
fn clone(&self) -> SignObjectResult
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SignObjectResult
impl Debug for SignObjectResult
sourceimpl FromStr for SignObjectResult
impl FromStr for SignObjectResult
sourceimpl PartialEq<SignObjectResult> for SignObjectResult
impl PartialEq<SignObjectResult> for SignObjectResult
sourcefn eq(&self, other: &SignObjectResult) -> bool
fn eq(&self, other: &SignObjectResult) -> bool
sourceimpl ToString for SignObjectResult
impl ToString for SignObjectResult
impl Eq for SignObjectResult
impl StructuralEq for SignObjectResult
impl StructuralPartialEq for SignObjectResult
Auto Trait Implementations
impl RefUnwindSafe for SignObjectResult
impl Send for SignObjectResult
impl Sync for SignObjectResult
impl Unpin for SignObjectResult
impl UnwindSafe for SignObjectResult
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