Struct tiny_json_rs::mapper::Mapper
source · pub struct Mapper {
pub token_list: Vec<Token>,
pub position: usize,
}
Fields§
§token_list: Vec<Token>
§position: usize
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Mapper
impl Send for Mapper
impl Sync for Mapper
impl Unpin for Mapper
impl UnwindSafe for Mapper
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