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