pub struct NorthernMarianaIslandsTable(pub [&'static str; 1]);Expand description
Aliases for “The Northern Mariana Islands”
Tuple Fields§
§0: [&'static str; 1]Trait Implementations§
Source§impl Clone for NorthernMarianaIslandsTable
impl Clone for NorthernMarianaIslandsTable
Source§fn clone(&self) -> NorthernMarianaIslandsTable
fn clone(&self) -> NorthernMarianaIslandsTable
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 NorthernMarianaIslandsTable
impl Debug for NorthernMarianaIslandsTable
Source§impl<'de> Deserialize<'de> for NorthernMarianaIslandsTable
impl<'de> Deserialize<'de> for NorthernMarianaIslandsTable
Source§fn deserialize<D>(
deserializer: D,
) -> Result<NorthernMarianaIslandsTable, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<NorthernMarianaIslandsTable, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<NorthernMarianaIslandsTable> for CountryTable
impl From<NorthernMarianaIslandsTable> for CountryTable
Source§fn from(n: NorthernMarianaIslandsTable) -> Self
fn from(n: NorthernMarianaIslandsTable) -> Self
Converts to this type from the input type.
Source§impl Hash for NorthernMarianaIslandsTable
impl Hash for NorthernMarianaIslandsTable
Source§impl Ord for NorthernMarianaIslandsTable
impl Ord for NorthernMarianaIslandsTable
Source§fn cmp(&self, other: &NorthernMarianaIslandsTable) -> Ordering
fn cmp(&self, other: &NorthernMarianaIslandsTable) -> 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 NorthernMarianaIslandsTable
impl<L: LookupTable> PartialEq<L> for NorthernMarianaIslandsTable
Source§impl<L: LookupTable> PartialOrd<L> for NorthernMarianaIslandsTable
impl<L: LookupTable> PartialOrd<L> for NorthernMarianaIslandsTable
impl Copy for NorthernMarianaIslandsTable
impl Eq for NorthernMarianaIslandsTable
Auto Trait Implementations§
impl Freeze for NorthernMarianaIslandsTable
impl RefUnwindSafe for NorthernMarianaIslandsTable
impl Send for NorthernMarianaIslandsTable
impl Sync for NorthernMarianaIslandsTable
impl Unpin for NorthernMarianaIslandsTable
impl UnwindSafe for NorthernMarianaIslandsTable
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