pub struct UpdateEnterpriseProfileInput;Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for UpdateEnterpriseProfileInput
impl HasInputField<description, Option<String>> for UpdateEnterpriseProfileInput
impl HasInputField<enterpriseId, Id> for UpdateEnterpriseProfileInput
impl HasInputField<location, Option<String>> for UpdateEnterpriseProfileInput
impl HasInputField<name, Option<String>> for UpdateEnterpriseProfileInput
impl HasInputField<websiteUrl, Option<String>> for UpdateEnterpriseProfileInput
impl InputObjectMarker for UpdateEnterpriseProfileInput
Auto Trait Implementations§
impl Freeze for UpdateEnterpriseProfileInput
impl RefUnwindSafe for UpdateEnterpriseProfileInput
impl Send for UpdateEnterpriseProfileInput
impl Sync for UpdateEnterpriseProfileInput
impl Unpin for UpdateEnterpriseProfileInput
impl UnwindSafe for UpdateEnterpriseProfileInput
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