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