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