pub struct NetherlandsTable(pub [&'static str; 2]);Expand description
Aliases for “The Netherlands”
Tuple Fields§
§0: [&'static str; 2]Trait Implementations§
Source§impl Clone for NetherlandsTable
impl Clone for NetherlandsTable
Source§fn clone(&self) -> NetherlandsTable
fn clone(&self) -> NetherlandsTable
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 NetherlandsTable
impl Debug for NetherlandsTable
Source§impl Default for NetherlandsTable
impl Default for NetherlandsTable
Source§impl<'de> Deserialize<'de> for NetherlandsTable
impl<'de> Deserialize<'de> for NetherlandsTable
Source§fn deserialize<D>(deserializer: D) -> Result<NetherlandsTable, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<NetherlandsTable, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for NetherlandsTable
impl Display for NetherlandsTable
Source§impl From<NetherlandsTable> for CountryTable
impl From<NetherlandsTable> for CountryTable
Source§fn from(n: NetherlandsTable) -> Self
fn from(n: NetherlandsTable) -> Self
Converts to this type from the input type.
Source§impl Hash for NetherlandsTable
impl Hash for NetherlandsTable
Source§impl LookupTable for NetherlandsTable
impl LookupTable for NetherlandsTable
Source§impl Ord for NetherlandsTable
impl Ord for NetherlandsTable
Source§fn cmp(&self, other: &NetherlandsTable) -> Ordering
fn cmp(&self, other: &NetherlandsTable) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<L: LookupTable> PartialEq<L> for NetherlandsTable
impl<L: LookupTable> PartialEq<L> for NetherlandsTable
Source§impl<L: LookupTable> PartialOrd<L> for NetherlandsTable
impl<L: LookupTable> PartialOrd<L> for NetherlandsTable
Source§impl Serialize for NetherlandsTable
impl Serialize for NetherlandsTable
impl Copy for NetherlandsTable
impl Eq for NetherlandsTable
Auto Trait Implementations§
impl Freeze for NetherlandsTable
impl RefUnwindSafe for NetherlandsTable
impl Send for NetherlandsTable
impl Sync for NetherlandsTable
impl Unpin for NetherlandsTable
impl UnsafeUnpin for NetherlandsTable
impl UnwindSafe for NetherlandsTable
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