pub struct UserWrappedDataByYear;
Trait Implementations§
Source§impl Field for UserWrappedDataByYear
impl Field for UserWrappedDataByYear
Source§impl HasArgument<userId> for UserWrappedDataByYear
impl HasArgument<userId> for UserWrappedDataByYear
Source§impl HasArgument<year> for UserWrappedDataByYear
impl HasArgument<year> for UserWrappedDataByYear
Source§impl HasField<UserWrappedDataByYear> for Query
impl HasField<UserWrappedDataByYear> for Query
Source§type Type = Option<WrappedDataByYear>
type Type = Option<WrappedDataByYear>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for UserWrappedDataByYear
impl RefUnwindSafe for UserWrappedDataByYear
impl Send for UserWrappedDataByYear
impl Sync for UserWrappedDataByYear
impl Unpin for UserWrappedDataByYear
impl UnwindSafe for UserWrappedDataByYear
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