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