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