pub struct UserCoreTagReads;
Trait Implementations§
Source§impl HasField<__typename> for UserCoreTagReads
impl HasField<__typename> for UserCoreTagReads
Source§impl HasField<tagId> for UserCoreTagReads
impl HasField<tagId> for UserCoreTagReads
Source§impl HasField<userReadCount> for UserCoreTagReads
impl HasField<userReadCount> for UserCoreTagReads
Auto Trait Implementations§
impl Freeze for UserCoreTagReads
impl RefUnwindSafe for UserCoreTagReads
impl Send for UserCoreTagReads
impl Sync for UserCoreTagReads
impl Unpin for UserCoreTagReads
impl UnwindSafe for UserCoreTagReads
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