Struct cyfs_lib::NONGetObjectInputRequest
source · pub struct NONGetObjectInputRequest {
pub common: NONInputRequestCommon,
pub object_id: ObjectId,
pub inner_path: Option<String>,
}
Fields§
§common: NONInputRequestCommon
§object_id: ObjectId
§inner_path: Option<String>
Trait Implementations§
source§impl Clone for NONGetObjectInputRequest
impl Clone for NONGetObjectInputRequest
source§fn clone(&self) -> NONGetObjectInputRequest
fn clone(&self) -> NONGetObjectInputRequest
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