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