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