pub struct agentSessionCreateOnIssue;Trait Implementations§
Source§impl Field for agentSessionCreateOnIssue
impl Field for agentSessionCreateOnIssue
Source§impl HasArgument<input> for agentSessionCreateOnIssue
impl HasArgument<input> for agentSessionCreateOnIssue
Source§type ArgumentType = AgentSessionCreateOnIssue
type ArgumentType = AgentSessionCreateOnIssue
The schema marker type of this argument.
Source§impl HasField<agentSessionCreateOnIssue> for Mutation
impl HasField<agentSessionCreateOnIssue> for Mutation
Source§type Type = AgentSessionPayload
type Type = AgentSessionPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for agentSessionCreateOnIssue
impl RefUnwindSafe for agentSessionCreateOnIssue
impl Send for agentSessionCreateOnIssue
impl Sync for agentSessionCreateOnIssue
impl Unpin for agentSessionCreateOnIssue
impl UnwindSafe for agentSessionCreateOnIssue
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