Struct cyfs_lib::VersionInfo
source · pub struct VersionInfo {
pub version: String,
pub channel: CyfsChannel,
pub target: String,
}
Fields§
§version: String
§channel: CyfsChannel
§target: String
Trait Implementations§
source§impl Clone for VersionInfo
impl Clone for VersionInfo
source§fn clone(&self) -> VersionInfo
fn clone(&self) -> VersionInfo
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