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