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