pub struct ContentType;
Trait Implementations§
Source§impl HasField<__typename> for ContentType
impl HasField<__typename> for ContentType
Source§impl HasField<data> for ContentType
impl HasField<data> for ContentType
Source§type Type = Option<ContentTypeData>
type Type = Option<ContentTypeData>
The schema marker type of this field.
Source§impl HasField<type> for ContentType
impl HasField<type> for ContentType
Auto Trait Implementations§
impl Freeze for ContentType
impl RefUnwindSafe for ContentType
impl Send for ContentType
impl Sync for ContentType
impl Unpin for ContentType
impl UnwindSafe for ContentType
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