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