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