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