pub struct SingleCurationNoticeInput;
Trait Implementations§
impl HasInputField<allowNull, Option<bool>> for SingleCurationNoticeInput
impl HasInputField<resolverArgs, Option<JSON>> for SingleCurationNoticeInput
impl HasInputField<selector, Option<SelectorInput>> for SingleCurationNoticeInput
impl InputObjectMarker for SingleCurationNoticeInput
Auto Trait Implementations§
impl Freeze for SingleCurationNoticeInput
impl RefUnwindSafe for SingleCurationNoticeInput
impl Send for SingleCurationNoticeInput
impl Sync for SingleCurationNoticeInput
impl Unpin for SingleCurationNoticeInput
impl UnwindSafe for SingleCurationNoticeInput
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