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