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