pub struct CustomerTierCreateInput;Trait Implementations§
impl HasInputField<color, String> for CustomerTierCreateInput
impl HasInputField<description, Option<String>> for CustomerTierCreateInput
impl HasInputField<displayName, Option<String>> for CustomerTierCreateInput
impl HasInputField<id, Option<String>> for CustomerTierCreateInput
impl HasInputField<name, Option<String>> for CustomerTierCreateInput
impl HasInputField<position, Option<f64>> for CustomerTierCreateInput
impl InputObjectMarker for CustomerTierCreateInput
Auto Trait Implementations§
impl Freeze for CustomerTierCreateInput
impl RefUnwindSafe for CustomerTierCreateInput
impl Send for CustomerTierCreateInput
impl Sync for CustomerTierCreateInput
impl Unpin for CustomerTierCreateInput
impl UnwindSafe for CustomerTierCreateInput
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