pub struct curationNotices;
Trait Implementations§
Source§impl Field for curationNotices
impl Field for curationNotices
Source§impl HasArgument<input> for curationNotices
impl HasArgument<input> for curationNotices
Source§type ArgumentType = Option<MultiCurationNoticeInput>
type ArgumentType = Option<MultiCurationNoticeInput>
The schema marker type of this argument.
Source§impl HasField<curationNotices> for Query
impl HasField<curationNotices> for Query
Source§type Type = Option<MultiCurationNoticeOutput>
type Type = Option<MultiCurationNoticeOutput>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for curationNotices
impl RefUnwindSafe for curationNotices
impl Send for curationNotices
impl Sync for curationNotices
impl Unpin for curationNotices
impl UnwindSafe for curationNotices
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