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