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