pub struct sponsors;Trait Implementations§
Source§impl HasArgument<after> for sponsors
impl HasArgument<after> for sponsors
Source§impl HasArgument<before> for sponsors
impl HasArgument<before> for sponsors
Source§impl HasArgument<first> for sponsors
impl HasArgument<first> for sponsors
Source§impl HasArgument<last> for sponsors
impl HasArgument<last> for sponsors
Source§impl HasArgument<orderBy> for sponsors
impl HasArgument<orderBy> for sponsors
Source§type ArgumentType = Option<SponsorOrder>
type ArgumentType = Option<SponsorOrder>
The schema marker type of this argument.
Source§impl HasArgument<tierId> for sponsors
impl HasArgument<tierId> for sponsors
Source§impl HasField<sponsors> for Sponsorable
impl HasField<sponsors> for Sponsorable
Source§type Type = SponsorConnection
type Type = SponsorConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for sponsors
impl RefUnwindSafe for sponsors
impl Send for sponsors
impl Sync for sponsors
impl Unpin for sponsors
impl UnwindSafe for sponsors
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