pub struct CustomerUpdateInput;Trait Implementations§
impl HasInputField<domains, Option<Vec<String>>> for CustomerUpdateInput
impl HasInputField<externalIds, Option<Vec<String>>> for CustomerUpdateInput
impl HasInputField<logoUrl, Option<String>> for CustomerUpdateInput
impl HasInputField<mainSourceId, Option<String>> for CustomerUpdateInput
impl HasInputField<name, Option<String>> for CustomerUpdateInput
impl HasInputField<ownerId, Option<String>> for CustomerUpdateInput
impl HasInputField<revenue, Option<i32>> for CustomerUpdateInput
impl HasInputField<size, Option<i32>> for CustomerUpdateInput
impl HasInputField<slackChannelId, Option<String>> for CustomerUpdateInput
impl HasInputField<statusId, Option<String>> for CustomerUpdateInput
impl HasInputField<tierId, Option<String>> for CustomerUpdateInput
impl InputObjectMarker for CustomerUpdateInput
Auto Trait Implementations§
impl Freeze for CustomerUpdateInput
impl RefUnwindSafe for CustomerUpdateInput
impl Send for CustomerUpdateInput
impl Sync for CustomerUpdateInput
impl Unpin for CustomerUpdateInput
impl UnwindSafe for CustomerUpdateInput
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