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