pub struct RootStateAccessorGetObjectByPathOutputRequest {
pub common: RootStateOutputRequestCommon,
pub inner_path: String,
}
Expand description
root-state access requests
Fields§
§common: RootStateOutputRequestCommon
§inner_path: String
Implementations§
Trait Implementations§
source§impl Clone for RootStateAccessorGetObjectByPathOutputRequest
impl Clone for RootStateAccessorGetObjectByPathOutputRequest
source§fn clone(&self) -> RootStateAccessorGetObjectByPathOutputRequest
fn clone(&self) -> RootStateAccessorGetObjectByPathOutputRequest
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