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