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