pub enum CharacterSetKeyword {
CharacterSet,
Charset,
}Expand description
Which exact-synonym spelling opened a SetCharacterSet:
the two-word CHARACTER SET or the one-word CHARSET.
Variants§
Trait Implementations§
Source§impl Clone for CharacterSetKeyword
impl Clone for CharacterSetKeyword
Source§fn clone(&self) -> CharacterSetKeyword
fn clone(&self) -> CharacterSetKeyword
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 moreimpl Copy for CharacterSetKeyword
Source§impl Debug for CharacterSetKeyword
impl Debug for CharacterSetKeyword
Source§impl<'de> Deserialize<'de> for CharacterSetKeyword
impl<'de> Deserialize<'de> for CharacterSetKeyword
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
impl Eq for CharacterSetKeyword
Source§impl Hash for CharacterSetKeyword
impl Hash for CharacterSetKeyword
Source§impl PartialEq for CharacterSetKeyword
impl PartialEq for CharacterSetKeyword
Source§impl Serialize for CharacterSetKeyword
impl Serialize for CharacterSetKeyword
impl StructuralPartialEq for CharacterSetKeyword
Auto Trait Implementations§
impl Freeze for CharacterSetKeyword
impl RefUnwindSafe for CharacterSetKeyword
impl Send for CharacterSetKeyword
impl Sync for CharacterSetKeyword
impl Unpin for CharacterSetKeyword
impl UnsafeUnpin for CharacterSetKeyword
impl UnwindSafe for CharacterSetKeyword
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