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