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