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