Struct ruststep::ap201::explicit_draughting::Person [−][src]
pub struct Person {
pub id: Identifier,
pub last_name: Option<Label>,
pub first_name: Option<Label>,
pub middle_names: Option<Vec<Label>>,
pub prefix_titles: Option<Vec<Label>>,
pub suffix_titles: Option<Vec<Label>>,
}
Fields
id: Identifier
last_name: Option<Label>
first_name: Option<Label>
middle_names: Option<Vec<Label>>
prefix_titles: Option<Vec<Label>>
suffix_titles: Option<Vec<Label>>
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Person
impl UnwindSafe for Person
Blanket Implementations
Mutably borrows from an owned value. Read more