pub struct GetCuration;
Expand description
Get a curation data by Resource ID.
Trait Implementations§
Source§impl ApiEndpoint for GetCuration
impl ApiEndpoint for GetCuration
Source§type Path = ResourceCurationPath
type Path = ResourceCurationPath
The path type for this endpoint.
Source§type Res = ResourceCurationData
type Res = ResourceCurationData
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 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