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