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