pub struct UpdateCurationNoticeDataInput;
Trait Implementations§
impl HasInputField<commentId, Option<String>> for UpdateCurationNoticeDataInput
impl HasInputField<contents, Option<JSON>> for UpdateCurationNoticeDataInput
impl HasInputField<data, UpdateCurationNoticeDataInput> for UpdateCurationNoticeInput
impl HasInputField<deleted, Option<bool>> for UpdateCurationNoticeDataInput
impl HasInputField<legacyData, Option<JSON>> for UpdateCurationNoticeDataInput
impl InputObjectMarker for UpdateCurationNoticeDataInput
Auto Trait Implementations§
impl Freeze for UpdateCurationNoticeDataInput
impl RefUnwindSafe for UpdateCurationNoticeDataInput
impl Send for UpdateCurationNoticeDataInput
impl Sync for UpdateCurationNoticeDataInput
impl Unpin for UpdateCurationNoticeDataInput
impl UnwindSafe for UpdateCurationNoticeDataInput
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