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