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