pub enum GetPageByPathResponseLocale {
En,
De,
Es,
Fr,
It,
ZhCn,
}Expand description
GetPageByPathResponseLocale
JSON schema
{
"type": "string",
"enum": [
"en",
"de",
"es",
"fr",
"it",
"zh-CN"
]
}Variants§
Trait Implementations§
Source§impl Clone for GetPageByPathResponseLocale
impl Clone for GetPageByPathResponseLocale
Source§fn clone(&self) -> GetPageByPathResponseLocale
fn clone(&self) -> GetPageByPathResponseLocale
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 Debug for GetPageByPathResponseLocale
impl Debug for GetPageByPathResponseLocale
Source§impl<'de> Deserialize<'de> for GetPageByPathResponseLocale
impl<'de> Deserialize<'de> for GetPageByPathResponseLocale
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<&GetPageByPathResponseLocale> for GetPageByPathResponseLocale
impl From<&GetPageByPathResponseLocale> for GetPageByPathResponseLocale
Source§fn from(value: &GetPageByPathResponseLocale) -> Self
fn from(value: &GetPageByPathResponseLocale) -> Self
Converts to this type from the input type.
Source§impl Hash for GetPageByPathResponseLocale
impl Hash for GetPageByPathResponseLocale
Source§impl Ord for GetPageByPathResponseLocale
impl Ord for GetPageByPathResponseLocale
Source§fn cmp(&self, other: &GetPageByPathResponseLocale) -> Ordering
fn cmp(&self, other: &GetPageByPathResponseLocale) -> 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 GetPageByPathResponseLocale
impl PartialEq for GetPageByPathResponseLocale
Source§fn eq(&self, other: &GetPageByPathResponseLocale) -> bool
fn eq(&self, other: &GetPageByPathResponseLocale) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for GetPageByPathResponseLocale
impl PartialOrd for GetPageByPathResponseLocale
Source§impl TryFrom<&String> for GetPageByPathResponseLocale
impl TryFrom<&String> for GetPageByPathResponseLocale
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for GetPageByPathResponseLocale
impl TryFrom<&str> for GetPageByPathResponseLocale
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for GetPageByPathResponseLocale
impl TryFrom<String> for GetPageByPathResponseLocale
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
impl Copy for GetPageByPathResponseLocale
impl Eq for GetPageByPathResponseLocale
impl StructuralPartialEq for GetPageByPathResponseLocale
Auto Trait Implementations§
impl Freeze for GetPageByPathResponseLocale
impl RefUnwindSafe for GetPageByPathResponseLocale
impl Send for GetPageByPathResponseLocale
impl Sync for GetPageByPathResponseLocale
impl Unpin for GetPageByPathResponseLocale
impl UnsafeUnpin for GetPageByPathResponseLocale
impl UnwindSafe for GetPageByPathResponseLocale
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