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