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