pub struct updateEnterpriseProfile;Trait Implementations§
Source§impl Field for updateEnterpriseProfile
impl Field for updateEnterpriseProfile
Source§impl HasArgument<input> for updateEnterpriseProfile
impl HasArgument<input> for updateEnterpriseProfile
Source§type ArgumentType = UpdateEnterpriseProfileInput
type ArgumentType = UpdateEnterpriseProfileInput
The schema marker type of this argument.
Source§impl HasField<updateEnterpriseProfile> for Mutation
impl HasField<updateEnterpriseProfile> for Mutation
Source§type Type = Option<UpdateEnterpriseProfilePayload>
type Type = Option<UpdateEnterpriseProfilePayload>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for updateEnterpriseProfile
impl RefUnwindSafe for updateEnterpriseProfile
impl Send for updateEnterpriseProfile
impl Sync for updateEnterpriseProfile
impl Unpin for updateEnterpriseProfile
impl UnwindSafe for updateEnterpriseProfile
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