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