pub struct InvalidCaptureName;Expand description
The one way CaptureName::parse fails: the text is not an identifier.
Trait Implementations§
Source§impl Clone for InvalidCaptureName
impl Clone for InvalidCaptureName
Source§fn clone(&self) -> InvalidCaptureName
fn clone(&self) -> InvalidCaptureName
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 InvalidCaptureName
Source§impl Debug for InvalidCaptureName
impl Debug for InvalidCaptureName
impl Eq for InvalidCaptureName
Source§impl PartialEq for InvalidCaptureName
impl PartialEq for InvalidCaptureName
impl StructuralPartialEq for InvalidCaptureName
Auto Trait Implementations§
impl Freeze for InvalidCaptureName
impl RefUnwindSafe for InvalidCaptureName
impl Send for InvalidCaptureName
impl Sync for InvalidCaptureName
impl Unpin for InvalidCaptureName
impl UnsafeUnpin for InvalidCaptureName
impl UnwindSafe for InvalidCaptureName
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