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