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