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