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