pub struct slackCustomViewNotifications;Trait Implementations§
Source§impl Field for slackCustomViewNotifications
impl Field for slackCustomViewNotifications
impl HasInputField<slackCustomViewNotifications, Option<SlackPostSettingsInput>> for IntegrationSettingsInput
Auto Trait Implementations§
impl Freeze for slackCustomViewNotifications
impl RefUnwindSafe for slackCustomViewNotifications
impl Send for slackCustomViewNotifications
impl Sync for slackCustomViewNotifications
impl Unpin for slackCustomViewNotifications
impl UnwindSafe for slackCustomViewNotifications
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