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