pub struct GetCuration;
Expand description
Get a curation data by JIG ID.
Trait Implementations§
Source§impl ApiEndpoint for GetCuration
impl ApiEndpoint for GetCuration
Source§type Res = JigCurationData
type Res = JigCurationData
The response type for this endpoint.
Source§type Path = JigCurationPath
type Path = JigCurationPath
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 GetCuration
impl RefUnwindSafe for GetCuration
impl Send for GetCuration
impl Sync for GetCuration
impl Unpin for GetCuration
impl UnwindSafe for GetCuration
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