pub struct node;Trait Implementations§
Source§impl HasField<node> for IssueToReleaseEdge
impl HasField<node> for IssueToReleaseEdge
Source§type Type = IssueToRelease
type Type = IssueToRelease
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for node
impl RefUnwindSafe for node
impl Send for node
impl Sync for node
impl Unpin for node
impl UnwindSafe for node
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