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