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