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