pub enum DemoteNonDroppingParticle {
Never,
SortOnly,
DisplayAndSort,
}Variants§
Trait Implementations§
Source§impl AsRef<str> for DemoteNonDroppingParticle
impl AsRef<str> for DemoteNonDroppingParticle
Source§impl Clone for DemoteNonDroppingParticle
impl Clone for DemoteNonDroppingParticle
Source§fn clone(&self) -> DemoteNonDroppingParticle
fn clone(&self) -> DemoteNonDroppingParticle
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 DemoteNonDroppingParticle
Source§impl Debug for DemoteNonDroppingParticle
impl Debug for DemoteNonDroppingParticle
Source§impl Default for DemoteNonDroppingParticle
impl Default for DemoteNonDroppingParticle
impl Eq for DemoteNonDroppingParticle
Source§impl FromStr for DemoteNonDroppingParticle
impl FromStr for DemoteNonDroppingParticle
Source§impl PartialEq for DemoteNonDroppingParticle
impl PartialEq for DemoteNonDroppingParticle
Source§fn eq(&self, other: &DemoteNonDroppingParticle) -> bool
fn eq(&self, other: &DemoteNonDroppingParticle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DemoteNonDroppingParticle
Auto Trait Implementations§
impl Freeze for DemoteNonDroppingParticle
impl RefUnwindSafe for DemoteNonDroppingParticle
impl Send for DemoteNonDroppingParticle
impl Sync for DemoteNonDroppingParticle
impl Unpin for DemoteNonDroppingParticle
impl UnsafeUnpin for DemoteNonDroppingParticle
impl UnwindSafe for DemoteNonDroppingParticle
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