Struct cyfs_base::NameRecord
source · pub struct NameRecord {
pub link: NameLink,
pub user_data: String,
}Fields§
§link: NameLink§user_data: StringTrait Implementations§
source§impl Clone for NameRecord
impl Clone for NameRecord
source§fn clone(&self) -> NameRecord
fn clone(&self) -> NameRecord
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