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