pub struct RootStateGetCurrentRootOutputRequest {
pub common: RootStateOutputRequestCommon,
pub root_type: RootStateRootType,
}
Fields§
§common: RootStateOutputRequestCommon
§root_type: RootStateRootType
Implementations§
source§impl RootStateGetCurrentRootOutputRequest
impl RootStateGetCurrentRootOutputRequest
pub fn new_global() -> Self
pub fn new_dec() -> Self
Trait Implementations§
source§impl Clone for RootStateGetCurrentRootOutputRequest
impl Clone for RootStateGetCurrentRootOutputRequest
source§fn clone(&self) -> RootStateGetCurrentRootOutputRequest
fn clone(&self) -> RootStateGetCurrentRootOutputRequest
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