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