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