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