pub struct SingleUserTagRelOutput;
Trait Implementations§
Source§impl HasField<__typename> for SingleUserTagRelOutput
impl HasField<__typename> for SingleUserTagRelOutput
Source§impl HasField<result> for SingleUserTagRelOutput
impl HasField<result> for SingleUserTagRelOutput
Source§type Type = Option<UserTagRel>
type Type = Option<UserTagRel>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for SingleUserTagRelOutput
impl RefUnwindSafe for SingleUserTagRelOutput
impl Send for SingleUserTagRelOutput
impl Sync for SingleUserTagRelOutput
impl Unpin for SingleUserTagRelOutput
impl UnwindSafe for SingleUserTagRelOutput
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