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