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