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