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