Struct cyfs_lib::VerifySignResult
source · pub struct VerifySignResult {
pub index: u8,
pub valid: bool,
pub sign_object_id: ObjectId,
}
Fields§
§index: u8
§valid: bool
§sign_object_id: ObjectId
Trait Implementations§
source§impl Clone for VerifySignResult
impl Clone for VerifySignResult
source§fn clone(&self) -> VerifySignResult
fn clone(&self) -> VerifySignResult
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 more