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