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