pub struct Object<'tape, 'input>(/* private fields */);
Expand description
Wrapper around the tape that allows interacting with it via a Object
-like API.
Implementations§
Trait Implementations§
source§impl<'tape, 'input> IntoIterator for &Object<'tape, 'input>
impl<'tape, 'input> IntoIterator for &Object<'tape, 'input>
Auto Trait Implementations§
impl<'tape, 'input> Freeze for Object<'tape, 'input>
impl<'tape, 'input> RefUnwindSafe for Object<'tape, 'input>
impl<'tape, 'input> Send for Object<'tape, 'input>
impl<'tape, 'input> Sync for Object<'tape, 'input>
impl<'tape, 'input> Unpin for Object<'tape, 'input>
impl<'tape, 'input> UnwindSafe for Object<'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