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