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