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