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