pub struct CaptureNames { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for CaptureNames
impl Clone for CaptureNames
Source§fn clone(&self) -> CaptureNames
fn clone(&self) -> CaptureNames
Returns a duplicate of the value. Read more
1.0.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 CaptureNames
impl Debug for CaptureNames
Source§impl Default for CaptureNames
impl Default for CaptureNames
Source§fn default() -> CaptureNames
fn default() -> CaptureNames
Returns the “default value” for a type. Read more
Source§impl PartialEq for CaptureNames
impl PartialEq for CaptureNames
impl StructuralPartialEq for CaptureNames
Auto Trait Implementations§
impl Freeze for CaptureNames
impl RefUnwindSafe for CaptureNames
impl Send for CaptureNames
impl Sync for CaptureNames
impl Unpin for CaptureNames
impl UnwindSafe for CaptureNames
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