pub struct RoadmapConnection;Trait Implementations§
Source§impl HasField<__typename> for RoadmapConnection
impl HasField<__typename> for RoadmapConnection
Source§impl HasField<edges> for RoadmapConnection
impl HasField<edges> for RoadmapConnection
Source§type Type = Vec<RoadmapEdge>
type Type = Vec<RoadmapEdge>
The schema marker type of this field.
Source§impl HasField<nodes> for RoadmapConnection
impl HasField<nodes> for RoadmapConnection
Source§impl HasField<pageInfo> for RoadmapConnection
impl HasField<pageInfo> for RoadmapConnection
Auto Trait Implementations§
impl Freeze for RoadmapConnection
impl RefUnwindSafe for RoadmapConnection
impl Send for RoadmapConnection
impl Sync for RoadmapConnection
impl Unpin for RoadmapConnection
impl UnwindSafe for RoadmapConnection
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