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