pub struct CreateComment;
Expand description
Submit a comment by JIG ID.
Trait Implementations§
Source§impl ApiEndpoint for CreateComment
impl ApiEndpoint for CreateComment
Source§type Req = JigCurationCommentRequest
type Req = JigCurationCommentRequest
The request type for this endpoint.
Source§type Res = CreateResponse<CommentId>
type Res = CreateResponse<CommentId>
The response type for this endpoint.
Source§type Path = JigCurationCommentCreatePath
type Path = JigCurationCommentCreatePath
The path type for this endpoint.
Source§type Err = EmptyError
type Err = EmptyError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for CreateComment
impl RefUnwindSafe for CreateComment
impl Send for CreateComment
impl Sync for CreateComment
impl Unpin for CreateComment
impl UnwindSafe for CreateComment
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