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