Struct cyfs_lib::CryptoOutputRequestCommon
source · pub struct CryptoOutputRequestCommon {
pub req_path: Option<String>,
pub dec_id: Option<ObjectId>,
pub target: Option<ObjectId>,
pub flags: u32,
}Fields§
§req_path: Option<String>§dec_id: Option<ObjectId>§target: Option<ObjectId>§flags: u32Trait Implementations§
source§impl Clone for CryptoOutputRequestCommon
impl Clone for CryptoOutputRequestCommon
source§fn clone(&self) -> CryptoOutputRequestCommon
fn clone(&self) -> CryptoOutputRequestCommon
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