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