pub struct JSONHiddenClass<'a> { /* private fields */ }Expand description
A descriptor with a sorted list of names; objects of the same shape share one
(JSONParser.h:180 JSONHiddenClass). keys are sorted by string content.
Implementations§
Source§impl<'a> JSONHiddenClass<'a>
impl<'a> JSONHiddenClass<'a>
Auto Trait Implementations§
impl<'a> Freeze for JSONHiddenClass<'a>
impl<'a> RefUnwindSafe for JSONHiddenClass<'a>
impl<'a> Send for JSONHiddenClass<'a>
impl<'a> Sync for JSONHiddenClass<'a>
impl<'a> Unpin for JSONHiddenClass<'a>
impl<'a> UnsafeUnpin for JSONHiddenClass<'a>
impl<'a> UnwindSafe for JSONHiddenClass<'a>
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