Struct fontpm_api::source::SourceDescription  
source · pub struct SourceDescription {
    pub id: String,
    pub name: String,
}Fields§
§id: String§name: StringTrait Implementations§
source§impl Clone for SourceDescription
 
impl Clone for SourceDescription
source§fn clone(&self) -> SourceDescription
 
fn clone(&self) -> SourceDescription
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