pub struct automateTicketReopeningOnCompletion;Trait Implementations§
impl HasInputField<automateTicketReopeningOnCompletion, Option<bool>> for IntercomSettingsInput
Auto Trait Implementations§
impl Freeze for automateTicketReopeningOnCompletion
impl RefUnwindSafe for automateTicketReopeningOnCompletion
impl Send for automateTicketReopeningOnCompletion
impl Sync for automateTicketReopeningOnCompletion
impl Unpin for automateTicketReopeningOnCompletion
impl UnwindSafe for automateTicketReopeningOnCompletion
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