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