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