pub struct Tape<'input>(pub Vec<Node<'input>>);
Expand description
Tape
Tuple Fields§
§0: Vec<Node<'input>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'input> Freeze for Tape<'input>
impl<'input> RefUnwindSafe for Tape<'input>
impl<'input> Send for Tape<'input>
impl<'input> Sync for Tape<'input>
impl<'input> Unpin for Tape<'input>
impl<'input> UnwindSafe for Tape<'input>
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