pub struct JsonTape {
pub tokens: Vec<TapeToken>,
}Fields§
§tokens: Vec<TapeToken>Implementations§
Trait Implementations§
impl Eq for JsonTape
impl StructuralPartialEq for JsonTape
Auto Trait Implementations§
impl Freeze for JsonTape
impl RefUnwindSafe for JsonTape
impl Send for JsonTape
impl Sync for JsonTape
impl Unpin for JsonTape
impl UnsafeUnpin for JsonTape
impl UnwindSafe for JsonTape
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