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