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