pub struct MultiCurationNoticeInput;
Trait Implementations§
impl HasInputField<enableCache, Option<bool>> for MultiCurationNoticeInput
impl HasInputField<enableTotal, Option<bool>> for MultiCurationNoticeInput
impl HasInputField<resolverArgs, Option<JSON>> for MultiCurationNoticeInput
impl HasInputField<terms, Option<JSON>> for MultiCurationNoticeInput
impl InputObjectMarker for MultiCurationNoticeInput
Auto Trait Implementations§
impl Freeze for MultiCurationNoticeInput
impl RefUnwindSafe for MultiCurationNoticeInput
impl Send for MultiCurationNoticeInput
impl Sync for MultiCurationNoticeInput
impl Unpin for MultiCurationNoticeInput
impl UnwindSafe for MultiCurationNoticeInput
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