pub enum CaptureIdent {
Name(String),
Index(u16),
}Variants§
Trait Implementations§
Source§impl Clone for CaptureIdent
impl Clone for CaptureIdent
Source§fn clone(&self) -> CaptureIdent
fn clone(&self) -> CaptureIdent
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 moreAuto Trait Implementations§
impl Freeze for CaptureIdent
impl RefUnwindSafe for CaptureIdent
impl Send for CaptureIdent
impl Sync for CaptureIdent
impl Unpin for CaptureIdent
impl UnwindSafe for CaptureIdent
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