pub struct UtilGetVersionInfoOutputResponse {
pub info: VersionInfo,
}
Fields§
§info: VersionInfo
Trait Implementations§
source§impl Clone for UtilGetVersionInfoOutputResponse
impl Clone for UtilGetVersionInfoOutputResponse
source§fn clone(&self) -> UtilGetVersionInfoOutputResponse
fn clone(&self) -> UtilGetVersionInfoOutputResponse
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