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