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