pub struct IntercomSettingsInput;Trait Implementations§
impl HasInputField<automateTicketReopeningOnCancellation, Option<bool>> for IntercomSettingsInput
impl HasInputField<automateTicketReopeningOnComment, Option<bool>> for IntercomSettingsInput
impl HasInputField<automateTicketReopeningOnCompletion, Option<bool>> for IntercomSettingsInput
impl HasInputField<automateTicketReopeningOnProjectCancellation, Option<bool>> for IntercomSettingsInput
impl HasInputField<automateTicketReopeningOnProjectCompletion, Option<bool>> for IntercomSettingsInput
impl HasInputField<disableCustomerRequestsAutoCreation, Option<bool>> for IntercomSettingsInput
impl HasInputField<enableAiIntake, Option<bool>> for IntercomSettingsInput
impl HasInputField<sendNoteOnComment, Option<bool>> for IntercomSettingsInput
impl HasInputField<sendNoteOnStatusChange, Option<bool>> for IntercomSettingsInput
impl InputObjectMarker for IntercomSettingsInput
Auto Trait Implementations§
impl Freeze for IntercomSettingsInput
impl RefUnwindSafe for IntercomSettingsInput
impl Send for IntercomSettingsInput
impl Sync for IntercomSettingsInput
impl Unpin for IntercomSettingsInput
impl UnwindSafe for IntercomSettingsInput
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