pub struct UpdateUserTagRelInput;
Trait Implementations§
impl HasInputField<data, UpdateUserTagRelDataInput> for UpdateUserTagRelInput
impl HasInputField<selector, SelectorInput> for UpdateUserTagRelInput
impl InputObjectMarker for UpdateUserTagRelInput
Auto Trait Implementations§
impl Freeze for UpdateUserTagRelInput
impl RefUnwindSafe for UpdateUserTagRelInput
impl Send for UpdateUserTagRelInput
impl Sync for UpdateUserTagRelInput
impl Unpin for UpdateUserTagRelInput
impl UnwindSafe for UpdateUserTagRelInput
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