pub struct AgentSessionExternalUrlInput;Trait Implementations§
impl HasInputField<label, Option<String>> for AgentSessionExternalUrlInput
impl HasInputField<url, String> for AgentSessionExternalUrlInput
impl InputObjectMarker for AgentSessionExternalUrlInput
Auto Trait Implementations§
impl Freeze for AgentSessionExternalUrlInput
impl RefUnwindSafe for AgentSessionExternalUrlInput
impl Send for AgentSessionExternalUrlInput
impl Sync for AgentSessionExternalUrlInput
impl Unpin for AgentSessionExternalUrlInput
impl UnwindSafe for AgentSessionExternalUrlInput
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