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