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