Struct cyfs_lib::VerifyObjectResult
source · pub struct VerifyObjectResult {
pub valid: bool,
pub desc_signs: Vec<VerifySignResult>,
pub body_signs: Vec<VerifySignResult>,
}
Fields§
§valid: bool
§desc_signs: Vec<VerifySignResult>
§body_signs: Vec<VerifySignResult>
Trait Implementations§
source§impl Clone for VerifyObjectResult
impl Clone for VerifyObjectResult
source§fn clone(&self) -> VerifyObjectResult
fn clone(&self) -> VerifyObjectResult
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