pub struct GlobalStateMetaAddPathConfigInputRequest {
pub common: MetaInputRequestCommon,
pub item: GlobalStatePathConfigItem,
}
Fields§
§common: MetaInputRequestCommon
§item: GlobalStatePathConfigItem
Trait Implementations§
source§impl Clone for GlobalStateMetaAddPathConfigInputRequest
impl Clone for GlobalStateMetaAddPathConfigInputRequest
source§fn clone(&self) -> GlobalStateMetaAddPathConfigInputRequest
fn clone(&self) -> GlobalStateMetaAddPathConfigInputRequest
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