pub enum DstChunk {
Lit(&'static str),
Capture {
src_index: u8,
},
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DstChunk
impl RefUnwindSafe for DstChunk
impl Send for DstChunk
impl Sync for DstChunk
impl Unpin for DstChunk
impl UnsafeUnpin for DstChunk
impl UnwindSafe for DstChunk
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