Struct cyfs_lib::UtilOutputRequestCommon
source · pub struct UtilOutputRequestCommon {
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 UtilOutputRequestCommon
impl Clone for UtilOutputRequestCommon
source§fn clone(&self) -> UtilOutputRequestCommon
fn clone(&self) -> UtilOutputRequestCommon
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