pub struct TagRel;
Trait Implementations§
Source§impl HasField<__typename> for TagRel
impl HasField<__typename> for TagRel
Source§impl HasField<afBaseScore> for TagRel
impl HasField<afBaseScore> for TagRel
Source§impl HasField<afExtendedScore> for TagRel
impl HasField<afExtendedScore> for TagRel
Source§impl HasField<afVoteCount> for TagRel
impl HasField<afVoteCount> for TagRel
Source§impl HasField<autoApplied> for TagRel
impl HasField<autoApplied> for TagRel
Source§impl HasField<backfilled> for TagRel
impl HasField<backfilled> for TagRel
Source§impl HasField<currentUserCanVote> for TagRel
impl HasField<currentUserCanVote> for TagRel
Source§impl HasField<currentUserExtendedVote> for TagRel
impl HasField<currentUserExtendedVote> for TagRel
Source§impl HasField<currentUserVote> for TagRel
impl HasField<currentUserVote> for TagRel
Source§impl HasField<extendedScore> for TagRel
impl HasField<extendedScore> for TagRel
Source§impl HasField<legacyData> for TagRel
impl HasField<legacyData> for TagRel
Source§impl HasField<schemaVersion> for TagRel
impl HasField<schemaVersion> for TagRel
Auto Trait Implementations§
impl Freeze for TagRel
impl RefUnwindSafe for TagRel
impl Send for TagRel
impl Sync for TagRel
impl Unpin for TagRel
impl UnwindSafe for TagRel
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