pub struct externalLink;Trait Implementations§
Source§impl Field for externalLink
impl Field for externalLink
impl HasInputField<externalLink, Option<String>> for AgentSessionUpdateExternalUrlInput
Auto Trait Implementations§
impl Freeze for externalLink
impl RefUnwindSafe for externalLink
impl Send for externalLink
impl Sync for externalLink
impl Unpin for externalLink
impl UnwindSafe for externalLink
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