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