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