pub struct AgentSessionUpdateInput;Trait Implementations§
impl HasInputField<addedExternalUrls, Option<Vec<AgentSessionExternalUrlInput>>> for AgentSessionUpdateInput
impl HasInputField<dismissedAt, Option<DateTime>> for AgentSessionUpdateInput
impl HasInputField<externalLink, Option<String>> for AgentSessionUpdateInput
impl HasInputField<externalUrls, Option<Vec<AgentSessionExternalUrlInput>>> for AgentSessionUpdateInput
impl HasInputField<plan, Option<JSONObject>> for AgentSessionUpdateInput
impl HasInputField<removedExternalUrls, Option<Vec<String>>> for AgentSessionUpdateInput
impl InputObjectMarker for AgentSessionUpdateInput
Auto Trait Implementations§
impl Freeze for AgentSessionUpdateInput
impl RefUnwindSafe for AgentSessionUpdateInput
impl Send for AgentSessionUpdateInput
impl Sync for AgentSessionUpdateInput
impl Unpin for AgentSessionUpdateInput
impl UnwindSafe for AgentSessionUpdateInput
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