Struct cyfs_lib::NONGetObjectOutputRequest
source · pub struct NONGetObjectOutputRequest {
pub common: NONOutputRequestCommon,
pub object_id: ObjectId,
pub inner_path: Option<String>,
}
Fields§
§common: NONOutputRequestCommon
§object_id: ObjectId
§inner_path: Option<String>
Implementations§
source§impl NONGetObjectOutputRequest
impl NONGetObjectOutputRequest
pub fn new(
level: NONAPILevel,
object_id: ObjectId,
inner_path: Option<String>
) -> Self
pub fn new_noc(object_id: ObjectId, inner_path: Option<String>) -> Self
pub fn new_non(
target: Option<DeviceId>,
object_id: ObjectId,
inner_path: Option<String>
) -> Self
pub fn new_router(
target: Option<ObjectId>,
object_id: ObjectId,
inner_path: Option<String>
) -> Self
pub fn object_debug_info(&self) -> String
Trait Implementations§
source§impl Clone for NONGetObjectOutputRequest
impl Clone for NONGetObjectOutputRequest
source§fn clone(&self) -> NONGetObjectOutputRequest
fn clone(&self) -> NONGetObjectOutputRequest
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