pub enum ByteSubst {
Bytes(Vec<u8>),
Capture(usize),
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ByteSubst
impl RefUnwindSafe for ByteSubst
impl Send for ByteSubst
impl Sync for ByteSubst
impl Unpin for ByteSubst
impl UnwindSafe for ByteSubst
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