pub struct googleSheets;Trait Implementations§
Source§impl Field for googleSheets
impl Field for googleSheets
impl HasInputField<googleSheets, Option<GoogleSheetsSettingsInput>> for IntegrationSettingsInput
Auto Trait Implementations§
impl Freeze for googleSheets
impl RefUnwindSafe for googleSheets
impl Send for googleSheets
impl Sync for googleSheets
impl Unpin for googleSheets
impl UnwindSafe for googleSheets
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