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