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