pub struct Roadmap;Trait Implementations§
Source§impl HasField<__typename> for Roadmap
impl HasField<__typename> for Roadmap
Source§impl HasField<archivedAt> for Roadmap
impl HasField<archivedAt> for Roadmap
Source§impl HasField<description> for Roadmap
impl HasField<description> for Roadmap
Source§impl HasField<organization> for Roadmap
impl HasField<organization> for Roadmap
Source§type Type = Organization
type Type = Organization
The schema marker type of this field.
Source§impl HasField<projects> for Roadmap
impl HasField<projects> for Roadmap
Source§type Type = ProjectConnection
type Type = ProjectConnection
The schema marker type of this field.
impl HasSubtype<Roadmap> for Node
Auto Trait Implementations§
impl Freeze for Roadmap
impl RefUnwindSafe for Roadmap
impl Send for Roadmap
impl Sync for Roadmap
impl Unpin for Roadmap
impl UnwindSafe for Roadmap
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