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