pub struct Json<T>(pub T);Tuple Fields§
§0: TTrait Implementations§
Source§impl InlineOutput for Json<()>
impl InlineOutput for Json<()>
fn slice_to_output(slice: &[Self], output: &mut dyn Output)where
Self: Sized,
Source§impl<T> ListHashes for Json<T>
impl<T> ListHashes for Json<T>
fn list_hashes(&self, f: &mut impl FnMut(Hash))
fn topology_hash(&self) -> Hash
fn point_count(&self) -> usize
Source§impl MaybeHasNiche for Json<()>
impl MaybeHasNiche for Json<()>
Source§impl<T: Ord> Ord for Json<T>
impl<T: Ord> Ord for Json<T>
Source§impl<T: DeserializeOwned, I: ParseInput> Parse<I> for Json<T>
impl<T: DeserializeOwned, I: ParseInput> Parse<I> for Json<T>
Source§impl<T: PartialOrd> PartialOrd for Json<T>
impl<T: PartialOrd> PartialOrd for Json<T>
Source§impl<T> Topological for Json<T>
impl<T> Topological for Json<T>
impl<T: Copy> Copy for Json<T>
impl<T: Eq> Eq for Json<T>
impl<T> StructuralPartialEq for Json<T>
Auto Trait Implementations§
impl<T> Freeze for Json<T>where
T: Freeze,
impl<T> RefUnwindSafe for Json<T>where
T: RefUnwindSafe,
impl<T> Send for Json<T>where
T: Send,
impl<T> Sync for Json<T>where
T: Sync,
impl<T> Unpin for Json<T>where
T: Unpin,
impl<T> UnsafeUnpin for Json<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for Json<T>where
T: UnwindSafe,
Blanket Implementations§
Source§impl<T> AsAny for T
impl<T> AsAny for T
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