pub enum ClassPerlKind {
Digit,
Space,
Word,
}
Expand description
The available Perl character classes.
Variants§
Trait Implementations§
source§impl<'arbitrary> Arbitrary<'arbitrary> for ClassPerlKind
impl<'arbitrary> Arbitrary<'arbitrary> for ClassPerlKind
source§fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of
Self
from the given unstructured data. Read moresource§fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of
Self
from the entirety of the given
unstructured data. Read moresource§impl Clone for ClassPerlKind
impl Clone for ClassPerlKind
source§fn clone(&self) -> ClassPerlKind
fn clone(&self) -> ClassPerlKind
Returns a copy of the value. Read more
1.6.0 · 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 ClassPerlKind
impl Debug for ClassPerlKind
source§impl PartialEq for ClassPerlKind
impl PartialEq for ClassPerlKind
impl Eq for ClassPerlKind
impl StructuralPartialEq for ClassPerlKind
Auto Trait Implementations§
impl Freeze for ClassPerlKind
impl RefUnwindSafe for ClassPerlKind
impl Send for ClassPerlKind
impl Sync for ClassPerlKind
impl Unpin for ClassPerlKind
impl UnwindSafe for ClassPerlKind
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)