pub struct RootStateGetCurrentRootInputRequest {
pub common: RootStateInputRequestCommon,
pub root_type: RootStateRootType,
}Fields§
§common: RootStateInputRequestCommon§root_type: RootStateRootTypeTrait Implementations§
source§impl Clone for RootStateGetCurrentRootInputRequest
impl Clone for RootStateGetCurrentRootInputRequest
source§fn clone(&self) -> RootStateGetCurrentRootInputRequest
fn clone(&self) -> RootStateGetCurrentRootInputRequest
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