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