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