pub struct IndexedCaptures(pub ConsBranch<IndexedCapture>);Tuple Fields§
§0: ConsBranch<IndexedCapture>Implementations§
Trait Implementations§
Source§impl Clone for IndexedCaptures
impl Clone for IndexedCaptures
Source§fn clone(&self) -> IndexedCaptures
fn clone(&self) -> IndexedCaptures
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 IndexedCaptures
impl Debug for IndexedCaptures
Source§impl Default for IndexedCaptures
impl Default for IndexedCaptures
Source§fn default() -> IndexedCaptures
fn default() -> IndexedCaptures
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IndexedCaptures
impl RefUnwindSafe for IndexedCaptures
impl !Send for IndexedCaptures
impl !Sync for IndexedCaptures
impl Unpin for IndexedCaptures
impl UnwindSafe for IndexedCaptures
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