pub enum SelectKeyword {
All,
None,
}Variants§
Trait Implementations§
Source§impl Clone for SelectKeyword
impl Clone for SelectKeyword
Source§fn clone(&self) -> SelectKeyword
fn clone(&self) -> SelectKeyword
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 SelectKeyword
Source§impl Debug for SelectKeyword
impl Debug for SelectKeyword
Source§impl<'de> Deserialize<'de> for SelectKeyword
impl<'de> Deserialize<'de> for SelectKeyword
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 SelectKeyword
Source§impl PartialEq for SelectKeyword
impl PartialEq for SelectKeyword
impl StructuralPartialEq for SelectKeyword
Auto Trait Implementations§
impl Freeze for SelectKeyword
impl RefUnwindSafe for SelectKeyword
impl Send for SelectKeyword
impl Sync for SelectKeyword
impl Unpin for SelectKeyword
impl UnsafeUnpin for SelectKeyword
impl UnwindSafe for SelectKeyword
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