pub struct UpdateUserTagRelDataInput;
Trait Implementations§
impl HasInputField<data, UpdateUserTagRelDataInput> for UpdateUserTagRelInput
impl HasInputField<legacyData, Option<JSON>> for UpdateUserTagRelDataInput
impl HasInputField<subforumEmailNotifications, Option<bool>> for UpdateUserTagRelDataInput
impl HasInputField<subforumHideIntroPost, Option<bool>> for UpdateUserTagRelDataInput
impl HasInputField<subforumShowUnreadInSidebar, Option<bool>> for UpdateUserTagRelDataInput
impl InputObjectMarker for UpdateUserTagRelDataInput
Auto Trait Implementations§
impl Freeze for UpdateUserTagRelDataInput
impl RefUnwindSafe for UpdateUserTagRelDataInput
impl Send for UpdateUserTagRelDataInput
impl Sync for UpdateUserTagRelDataInput
impl Unpin for UpdateUserTagRelDataInput
impl UnwindSafe for UpdateUserTagRelDataInput
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