Struct codeviz_rust::BuiltInName
[−]
[src]
pub struct BuiltInName {
pub name: String,
}Fields
name: String
Trait Implementations
impl Debug for BuiltInName[src]
impl Clone for BuiltInName[src]
fn clone(&self) -> BuiltInName[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more