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