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