pub struct GetComment;
Expand description
Get a comment by comment ID.
Trait Implementations§
Source§impl ApiEndpoint for GetComment
impl ApiEndpoint for GetComment
Source§type Path = ResourceCurationCommentGetPath
type Path = ResourceCurationCommentGetPath
The path type for this endpoint.
Source§type Res = ResourceCurationCommentResponse
type Res = ResourceCurationCommentResponse
The response type for this endpoint.
Source§type Err = EmptyError
type Err = EmptyError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for GetComment
impl RefUnwindSafe for GetComment
impl Send for GetComment
impl Sync for GetComment
impl Unpin for GetComment
impl UnwindSafe for GetComment
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