Struct cyfs_lib::CryptoSignObjectOutputResponse
source · pub struct CryptoSignObjectOutputResponse {
pub result: SignObjectResult,
pub object: Option<NONObjectInfo>,
}
Fields§
§result: SignObjectResult
§object: Option<NONObjectInfo>
Trait Implementations§
source§impl Clone for CryptoSignObjectOutputResponse
impl Clone for CryptoSignObjectOutputResponse
source§fn clone(&self) -> CryptoSignObjectOutputResponse
fn clone(&self) -> CryptoSignObjectOutputResponse
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