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