pub struct SaintHelenaTable(pub [&'static str; 2]);
Expand description
Aliases for “Ascension And Tristan Da Cunha Saint Helena”
Tuple Fields§
§0: [&'static str; 2]
Trait Implementations§
Source§impl Clone for SaintHelenaTable
impl Clone for SaintHelenaTable
Source§fn clone(&self) -> SaintHelenaTable
fn clone(&self) -> SaintHelenaTable
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SaintHelenaTable
impl Debug for SaintHelenaTable
Source§impl Default for SaintHelenaTable
impl Default for SaintHelenaTable
Source§impl<'de> Deserialize<'de> for SaintHelenaTable
impl<'de> Deserialize<'de> for SaintHelenaTable
Source§fn deserialize<D>(deserializer: D) -> Result<SaintHelenaTable, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<SaintHelenaTable, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for SaintHelenaTable
impl Display for SaintHelenaTable
Source§impl From<SaintHelenaTable> for CountryTable
impl From<SaintHelenaTable> for CountryTable
Source§fn from(n: SaintHelenaTable) -> Self
fn from(n: SaintHelenaTable) -> Self
Converts to this type from the input type.
Source§impl Hash for SaintHelenaTable
impl Hash for SaintHelenaTable
Source§impl LookupTable for SaintHelenaTable
impl LookupTable for SaintHelenaTable
Source§impl Ord for SaintHelenaTable
impl Ord for SaintHelenaTable
Source§fn cmp(&self, other: &SaintHelenaTable) -> Ordering
fn cmp(&self, other: &SaintHelenaTable) -> 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 SaintHelenaTable
impl<L: LookupTable> PartialEq<L> for SaintHelenaTable
Source§impl<L: LookupTable> PartialOrd<L> for SaintHelenaTable
impl<L: LookupTable> PartialOrd<L> for SaintHelenaTable
Source§impl Serialize for SaintHelenaTable
impl Serialize for SaintHelenaTable
impl Copy for SaintHelenaTable
impl Eq for SaintHelenaTable
Auto Trait Implementations§
impl Freeze for SaintHelenaTable
impl RefUnwindSafe for SaintHelenaTable
impl Send for SaintHelenaTable
impl Sync for SaintHelenaTable
impl Unpin for SaintHelenaTable
impl UnwindSafe for SaintHelenaTable
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