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