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