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