Struct cyfs_lib::NONPostObjectInputRequest
source · pub struct NONPostObjectInputRequest {
pub common: NONInputRequestCommon,
pub object: NONObjectInfo,
}
Fields§
§common: NONInputRequestCommon
§object: NONObjectInfo
Trait Implementations§
source§impl Clone for NONPostObjectInputRequest
impl Clone for NONPostObjectInputRequest
source§fn clone(&self) -> NONPostObjectInputRequest
fn clone(&self) -> NONPostObjectInputRequest
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