pub enum NamePartName {
Given,
Family,
}
Expand description
Which part of the name a NamePart
applies to.
Variants§
Trait Implementations§
source§impl Clone for NamePartName
impl Clone for NamePartName
source§fn clone(&self) -> NamePartName
fn clone(&self) -> NamePartName
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 moresource§impl Debug for NamePartName
impl Debug for NamePartName
source§impl<'de> Deserialize<'de> for NamePartName
impl<'de> Deserialize<'de> for NamePartName
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for NamePartName
impl Hash for NamePartName
source§impl PartialEq for NamePartName
impl PartialEq for NamePartName
source§impl Serialize for NamePartName
impl Serialize for NamePartName
impl Copy for NamePartName
impl Eq for NamePartName
impl StructuralPartialEq for NamePartName
Auto Trait Implementations§
impl Freeze for NamePartName
impl RefUnwindSafe for NamePartName
impl Send for NamePartName
impl Sync for NamePartName
impl Unpin for NamePartName
impl UnwindSafe for NamePartName
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)