pub struct UpdateTagDataInput;
Trait Implementations§
impl HasInputField<adminOnly, Option<bool>> for UpdateTagDataInput
impl HasInputField<autoTagModel, Option<String>> for UpdateTagDataInput
impl HasInputField<autoTagPrompt, Option<String>> for UpdateTagDataInput
impl HasInputField<canEditUserIds, Option<Vec<String>>> for UpdateTagDataInput
impl HasInputField<canVoteOnRels, Option<Vec<String>>> for UpdateTagDataInput
impl HasInputField<core, Option<bool>> for UpdateTagDataInput
impl HasInputField<coreTagId, Option<String>> for UpdateTagDataInput
impl HasInputField<data, UpdateTagDataInput> for UpdateTagInput
impl HasInputField<defaultOrder, Option<f64>> for UpdateTagDataInput
impl HasInputField<deleted, Option<bool>> for UpdateTagDataInput
impl HasInputField<description, Option<JSON>> for UpdateTagDataInput
impl HasInputField<descriptionTruncationCount, Option<f64>> for UpdateTagDataInput
impl HasInputField<forceAllowType3Audio, Option<bool>> for UpdateTagDataInput
impl HasInputField<introSequenceId, Option<String>> for UpdateTagDataInput
impl HasInputField<isPlaceholderPage, Option<bool>> for UpdateTagDataInput
impl HasInputField<isPostType, Option<bool>> for UpdateTagDataInput
impl HasInputField<isSubforum, Option<bool>> for UpdateTagDataInput
impl HasInputField<legacyData, Option<JSON>> for UpdateTagDataInput
impl HasInputField<moderationGuidelines, Option<JSON>> for UpdateTagDataInput
impl HasInputField<name, Option<String>> for UpdateTagDataInput
impl HasInputField<needsReview, Option<bool>> for UpdateTagDataInput
impl HasInputField<noindex, Option<bool>> for UpdateTagDataInput
impl HasInputField<parentTagId, Option<String>> for UpdateTagDataInput
impl HasInputField<postsDefaultSortOrder, Option<String>> for UpdateTagDataInput
impl HasInputField<reviewedByUserId, Option<String>> for UpdateTagDataInput
impl HasInputField<shortName, Option<String>> for UpdateTagDataInput
impl HasInputField<slug, Option<String>> for UpdateTagDataInput
impl HasInputField<squareImageId, Option<String>> for UpdateTagDataInput
impl HasInputField<subTagIds, Option<Vec<String>>> for UpdateTagDataInput
impl HasInputField<subforumIntroPostId, Option<String>> for UpdateTagDataInput
impl HasInputField<subforumModeratorIds, Option<Vec<String>>> for UpdateTagDataInput
impl HasInputField<subforumWelcomeText, Option<JSON>> for UpdateTagDataInput
impl HasInputField<subtitle, Option<String>> for UpdateTagDataInput
impl HasInputField<suggestedAsFilter, Option<bool>> for UpdateTagDataInput
impl HasInputField<tagFlagsIds, Option<Vec<String>>> for UpdateTagDataInput
impl HasInputField<wikiGrade, Option<i32>> for UpdateTagDataInput
impl HasInputField<wikiOnly, Option<bool>> for UpdateTagDataInput
impl InputObjectMarker for UpdateTagDataInput
Auto Trait Implementations§
impl Freeze for UpdateTagDataInput
impl RefUnwindSafe for UpdateTagDataInput
impl Send for UpdateTagDataInput
impl Sync for UpdateTagDataInput
impl Unpin for UpdateTagDataInput
impl UnwindSafe for UpdateTagDataInput
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