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