pub struct integrationPagerDutyRefreshScheduleMappings;Trait Implementations§
Source§impl HasField<integrationPagerDutyRefreshScheduleMappings> for Mutation
impl HasField<integrationPagerDutyRefreshScheduleMappings> for Mutation
Source§type Type = IntegrationPayload
type Type = IntegrationPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for integrationPagerDutyRefreshScheduleMappings
impl RefUnwindSafe for integrationPagerDutyRefreshScheduleMappings
impl Send for integrationPagerDutyRefreshScheduleMappings
impl Sync for integrationPagerDutyRefreshScheduleMappings
impl Unpin for integrationPagerDutyRefreshScheduleMappings
impl UnwindSafe for integrationPagerDutyRefreshScheduleMappings
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