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