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