pub struct NorthKoreaTable(pub [&'static str; 2]);Expand description
Aliases for “The Democratic Peoples Republic Of Korea”
Tuple Fields§
§0: [&'static str; 2]Trait Implementations§
Source§impl Clone for NorthKoreaTable
impl Clone for NorthKoreaTable
Source§fn clone(&self) -> NorthKoreaTable
fn clone(&self) -> NorthKoreaTable
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NorthKoreaTable
Source§impl Debug for NorthKoreaTable
impl Debug for NorthKoreaTable
Source§impl Default for NorthKoreaTable
impl Default for NorthKoreaTable
Source§impl<'de> Deserialize<'de> for NorthKoreaTable
impl<'de> Deserialize<'de> for NorthKoreaTable
Source§fn deserialize<D>(deserializer: D) -> Result<NorthKoreaTable, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<NorthKoreaTable, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for NorthKoreaTable
impl Display for NorthKoreaTable
impl Eq for NorthKoreaTable
Source§impl From<NorthKoreaTable> for CountryTable
impl From<NorthKoreaTable> for CountryTable
Source§fn from(n: NorthKoreaTable) -> Self
fn from(n: NorthKoreaTable) -> Self
Converts to this type from the input type.
Source§impl Hash for NorthKoreaTable
impl Hash for NorthKoreaTable
Source§impl LookupTable for NorthKoreaTable
impl LookupTable for NorthKoreaTable
Source§impl Ord for NorthKoreaTable
impl Ord for NorthKoreaTable
Source§fn cmp(&self, other: &NorthKoreaTable) -> Ordering
fn cmp(&self, other: &NorthKoreaTable) -> Ordering
1.21.0 (const: unstable) · 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 NorthKoreaTable
impl<L: LookupTable> PartialEq<L> for NorthKoreaTable
Source§impl<L: LookupTable> PartialOrd<L> for NorthKoreaTable
impl<L: LookupTable> PartialOrd<L> for NorthKoreaTable
Auto Trait Implementations§
impl Freeze for NorthKoreaTable
impl RefUnwindSafe for NorthKoreaTable
impl Send for NorthKoreaTable
impl Sync for NorthKoreaTable
impl Unpin for NorthKoreaTable
impl UnsafeUnpin for NorthKoreaTable
impl UnwindSafe for NorthKoreaTable
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