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