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