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