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