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