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