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