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