pub enum NameType {
Alias,
Birth,
Immigrant,
Maiden,
Married,
Other,
}
Expand description
The type of the name.
Not sure when/where to use this yet but I wanted to capture it from the spec.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NameType
impl RefUnwindSafe for NameType
impl Send for NameType
impl Sync for NameType
impl Unpin for NameType
impl UnwindSafe for NameType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more