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