pub struct contributionsCollection;Trait Implementations§
Source§impl Field for contributionsCollection
impl Field for contributionsCollection
Source§impl HasArgument<from> for contributionsCollection
impl HasArgument<from> for contributionsCollection
Source§impl HasArgument<to> for contributionsCollection
impl HasArgument<to> for contributionsCollection
Source§impl HasField<contributionsCollection> for User
impl HasField<contributionsCollection> for User
Source§type Type = ContributionsCollection
type Type = ContributionsCollection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for contributionsCollection
impl RefUnwindSafe for contributionsCollection
impl Send for contributionsCollection
impl Sync for contributionsCollection
impl Unpin for contributionsCollection
impl UnwindSafe for contributionsCollection
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