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