pub struct Tape<'input>(_);
Expand description
Tape
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more