pub struct IranTable(pub [&'static str; 1]);Expand description
Aliases for “Islamic Republic Of Iran”
Tuple Fields§
§0: [&'static str; 1]Trait Implementations§
Source§impl<'de> Deserialize<'de> for IranTable
impl<'de> Deserialize<'de> for IranTable
Source§fn deserialize<D>(deserializer: D) -> Result<IranTable, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<IranTable, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<IranTable> for CountryTable
impl From<IranTable> for CountryTable
Source§impl LookupTable for IranTable
impl LookupTable for IranTable
Source§impl Ord for IranTable
impl Ord for IranTable
Source§impl<L: LookupTable> PartialEq<L> for IranTable
impl<L: LookupTable> PartialEq<L> for IranTable
Source§impl<L: LookupTable> PartialOrd<L> for IranTable
impl<L: LookupTable> PartialOrd<L> for IranTable
impl Copy for IranTable
impl Eq for IranTable
Auto Trait Implementations§
impl Freeze for IranTable
impl RefUnwindSafe for IranTable
impl Send for IranTable
impl Sync for IranTable
impl Unpin for IranTable
impl UnwindSafe for IranTable
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