pub struct PerlClass {
pub kind: PerlClassKind,
pub negated: bool,
}
Expand description
PERL style class.
Fields§
§kind: PerlClassKind
Class kind.
negated: bool
Is the class negated.
Trait Implementations§
impl Eq for PerlClass
impl StructuralPartialEq for PerlClass
Auto Trait Implementations§
impl Freeze for PerlClass
impl RefUnwindSafe for PerlClass
impl Send for PerlClass
impl Sync for PerlClass
impl Unpin for PerlClass
impl UnwindSafe for PerlClass
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