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