pub struct importUrlAsDraftPost;
Trait Implementations§
Source§impl Field for importUrlAsDraftPost
impl Field for importUrlAsDraftPost
Source§impl HasArgument<url> for importUrlAsDraftPost
impl HasArgument<url> for importUrlAsDraftPost
Source§impl HasField<importUrlAsDraftPost> for Mutation
impl HasField<importUrlAsDraftPost> for Mutation
Source§type Type = ExternalPostImportData
type Type = ExternalPostImportData
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for importUrlAsDraftPost
impl RefUnwindSafe for importUrlAsDraftPost
impl Send for importUrlAsDraftPost
impl Sync for importUrlAsDraftPost
impl Unpin for importUrlAsDraftPost
impl UnwindSafe for importUrlAsDraftPost
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