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