pub struct JSON {}Trait Implementations§
impl CoercesTo<JSON> for FMCrossPost
impl CoercesTo<JSON> for TableOfContents
impl HasInputField<rawFeed, JSON> for CreateRSSFeedDataInput
impl HasInputField<response, JSON> for CreateSurveyResponseDataInput
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.
Auto Trait Implementations§
impl Freeze for JSON
impl RefUnwindSafe for JSON
impl Send for JSON
impl Sync for JSON
impl Unpin for JSON
impl UnsafeUnpin 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