pub enum AddressStringItems {
_NL_ADDRESS_POSTAL_FMT = 589_824,
_NL_ADDRESS_COUNTRY_NAME = 589_825,
_NL_ADDRESS_COUNTRY_POST = 589_826,
_NL_ADDRESS_COUNTRY_AB2 = 589_827,
_NL_ADDRESS_COUNTRY_AB3 = 589_828,
_NL_ADDRESS_COUNTRY_CAR = 589_829,
_NL_ADDRESS_COUNTRY_ISBN = 589_831,
_NL_ADDRESS_LANG_NAME = 589_832,
_NL_ADDRESS_LANG_AB = 589_833,
_NL_ADDRESS_LANG_TERM = 589_834,
_NL_ADDRESS_LANG_LIB = 589_835,
}Variants§
_NL_ADDRESS_POSTAL_FMT = 589_824
_NL_ADDRESS_COUNTRY_NAME = 589_825
_NL_ADDRESS_COUNTRY_POST = 589_826
_NL_ADDRESS_COUNTRY_AB2 = 589_827
_NL_ADDRESS_COUNTRY_AB3 = 589_828
_NL_ADDRESS_COUNTRY_CAR = 589_829
_NL_ADDRESS_COUNTRY_ISBN = 589_831
_NL_ADDRESS_LANG_NAME = 589_832
_NL_ADDRESS_LANG_AB = 589_833
_NL_ADDRESS_LANG_TERM = 589_834
_NL_ADDRESS_LANG_LIB = 589_835
Trait Implementations§
Source§impl Clone for AddressStringItems
impl Clone for AddressStringItems
Source§fn clone(&self) -> AddressStringItems
fn clone(&self) -> AddressStringItems
Returns a duplicate 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 AddressStringItems
impl Debug for AddressStringItems
Source§impl<'a> LanginfoItem<'a> for AddressStringItems
impl<'a> LanginfoItem<'a> for AddressStringItems
impl Copy for AddressStringItems
Auto Trait Implementations§
impl Freeze for AddressStringItems
impl RefUnwindSafe for AddressStringItems
impl Send for AddressStringItems
impl Sync for AddressStringItems
impl Unpin for AddressStringItems
impl UnwindSafe for AddressStringItems
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