pub struct UpdateCuration;
Expand description
Update a curation data by JIG ID.
Trait Implementations§
Source§impl ApiEndpoint for UpdateCuration
impl ApiEndpoint for UpdateCuration
Source§type Req = JigCurationUpdateRequest
type Req = JigCurationUpdateRequest
The request type for this endpoint.
Source§type Path = JigCurationUpdatePath
type Path = JigCurationUpdatePath
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 UpdateCuration
impl RefUnwindSafe for UpdateCuration
impl Send for UpdateCuration
impl Sync for UpdateCuration
impl Unpin for UpdateCuration
impl UnwindSafe for UpdateCuration
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