Struct cyfs_util::DeviceInfo
source · pub struct DeviceInfo {
pub device: Device,
pub private_key: Option<PrivateKey>,
}Fields§
§device: Device§private_key: Option<PrivateKey>Trait Implementations§
source§impl Clone for DeviceInfo
impl Clone for DeviceInfo
source§fn clone(&self) -> DeviceInfo
fn clone(&self) -> DeviceInfo
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