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