pub struct UpdateCuration;
Expand description
Update a curation data by Resource ID.
Trait Implementations§
Source§impl ApiEndpoint for UpdateCuration
impl ApiEndpoint for UpdateCuration
Source§type Path = ResourceCurationUpdatePath
type Path = ResourceCurationUpdatePath
The path type for this endpoint.
Source§type Req = ResourceCurationUpdateRequest
type Req = ResourceCurationUpdateRequest
The request 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