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