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