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