pub enum AdminListPagesResponsePagesItemLocale {
En,
De,
Es,
Fr,
It,
ZhCn,
}Expand description
AdminListPagesResponsePagesItemLocale
JSON schema
{
"type": "string",
"enum": [
"en",
"de",
"es",
"fr",
"it",
"zh-CN"
]
}Variants§
Trait Implementations§
Source§impl Clone for AdminListPagesResponsePagesItemLocale
impl Clone for AdminListPagesResponsePagesItemLocale
Source§fn clone(&self) -> AdminListPagesResponsePagesItemLocale
fn clone(&self) -> AdminListPagesResponsePagesItemLocale
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for AdminListPagesResponsePagesItemLocale
impl<'de> Deserialize<'de> for AdminListPagesResponsePagesItemLocale
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<&AdminListPagesResponsePagesItemLocale> for AdminListPagesResponsePagesItemLocale
impl From<&AdminListPagesResponsePagesItemLocale> for AdminListPagesResponsePagesItemLocale
Source§fn from(value: &AdminListPagesResponsePagesItemLocale) -> Self
fn from(value: &AdminListPagesResponsePagesItemLocale) -> Self
Converts to this type from the input type.
Source§impl Ord for AdminListPagesResponsePagesItemLocale
impl Ord for AdminListPagesResponsePagesItemLocale
Source§fn cmp(&self, other: &AdminListPagesResponsePagesItemLocale) -> Ordering
fn cmp(&self, other: &AdminListPagesResponsePagesItemLocale) -> Ordering
1.21.0 (const: unstable) · 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 PartialEq for AdminListPagesResponsePagesItemLocale
impl PartialEq for AdminListPagesResponsePagesItemLocale
Source§fn eq(&self, other: &AdminListPagesResponsePagesItemLocale) -> bool
fn eq(&self, other: &AdminListPagesResponsePagesItemLocale) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AdminListPagesResponsePagesItemLocale
impl PartialOrd for AdminListPagesResponsePagesItemLocale
Source§impl TryFrom<&String> for AdminListPagesResponsePagesItemLocale
impl TryFrom<&String> for AdminListPagesResponsePagesItemLocale
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for AdminListPagesResponsePagesItemLocale
impl TryFrom<&str> for AdminListPagesResponsePagesItemLocale
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for AdminListPagesResponsePagesItemLocale
impl TryFrom<String> for AdminListPagesResponsePagesItemLocale
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
impl Copy for AdminListPagesResponsePagesItemLocale
impl Eq for AdminListPagesResponsePagesItemLocale
impl StructuralPartialEq for AdminListPagesResponsePagesItemLocale
Auto Trait Implementations§
impl Freeze for AdminListPagesResponsePagesItemLocale
impl RefUnwindSafe for AdminListPagesResponsePagesItemLocale
impl Send for AdminListPagesResponsePagesItemLocale
impl Sync for AdminListPagesResponsePagesItemLocale
impl Unpin for AdminListPagesResponsePagesItemLocale
impl UnsafeUnpin for AdminListPagesResponsePagesItemLocale
impl UnwindSafe for AdminListPagesResponsePagesItemLocale
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