pub enum NameStyle {
Western,
Eastern,
Islensk,
GivenOnly,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NameStyle
impl RefUnwindSafe for NameStyle
impl Send for NameStyle
impl Sync for NameStyle
impl Unpin for NameStyle
impl UnwindSafe for NameStyle
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