pub struct JSON {}
Trait Implementations§
Source§impl IsScalar<JSON> for FMCrossPost
impl IsScalar<JSON> for FMCrossPost
Source§type SchemaType = JSON
type SchemaType = JSON
The schema marker type this scalar represents.
Source§impl IsScalar<JSON> for TableOfContents
impl IsScalar<JSON> for TableOfContents
Source§type SchemaType = JSON
type SchemaType = JSON
The schema marker type this scalar represents.
impl CoercesTo<JSON> for FMCrossPost
impl CoercesTo<JSON> for TableOfContents
impl HasInputField<rawFeed, JSON> for CreateRSSFeedDataInput
impl HasInputField<response, JSON> for CreateSurveyResponseDataInput
Auto Trait Implementations§
impl Freeze for JSON
impl RefUnwindSafe for JSON
impl Send for JSON
impl Sync for JSON
impl Unpin for JSON
impl UnwindSafe for JSON
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