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