pub struct GoogleSheetsExportSettings;Trait Implementations§
impl HasInputField<enabled, Option<bool>> for GoogleSheetsExportSettings
impl HasInputField<sheetId, Option<f64>> for GoogleSheetsExportSettings
impl HasInputField<spreadsheetId, Option<String>> for GoogleSheetsExportSettings
impl HasInputField<spreadsheetUrl, Option<String>> for GoogleSheetsExportSettings
impl HasInputField<updatedAt, Option<DateTime>> for GoogleSheetsExportSettings
impl InputObjectMarker for GoogleSheetsExportSettings
Auto Trait Implementations§
impl Freeze for GoogleSheetsExportSettings
impl RefUnwindSafe for GoogleSheetsExportSettings
impl Send for GoogleSheetsExportSettings
impl Sync for GoogleSheetsExportSettings
impl Unpin for GoogleSheetsExportSettings
impl UnwindSafe for GoogleSheetsExportSettings
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