pub struct MilestoneConnection;
Trait Implementations§
Source§impl HasField<__typename> for MilestoneConnection
impl HasField<__typename> for MilestoneConnection
Source§impl HasField<edges> for MilestoneConnection
impl HasField<edges> for MilestoneConnection
Source§impl HasField<nodes> for MilestoneConnection
impl HasField<nodes> for MilestoneConnection
Source§impl HasField<pageInfo> for MilestoneConnection
impl HasField<pageInfo> for MilestoneConnection
Source§impl HasField<totalCount> for MilestoneConnection
impl HasField<totalCount> for MilestoneConnection
Auto Trait Implementations§
impl Freeze for MilestoneConnection
impl RefUnwindSafe for MilestoneConnection
impl Send for MilestoneConnection
impl Sync for MilestoneConnection
impl Unpin for MilestoneConnection
impl UnwindSafe for MilestoneConnection
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