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