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