pub struct UpdateMetadata;
Expand description
Update an image’s metadata.
Trait Implementations§
Source§impl ApiEndpoint for UpdateMetadata
impl ApiEndpoint for UpdateMetadata
Source§type Req = ImageUpdateRequest
type Req = ImageUpdateRequest
The request type for this endpoint.
Source§type Path = ImageUpdatePath
type Path = ImageUpdatePath
The path type for this endpoint.
Source§type Err = MetadataNotFound
type Err = MetadataNotFound
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for UpdateMetadata
impl RefUnwindSafe for UpdateMetadata
impl Send for UpdateMetadata
impl Sync for UpdateMetadata
impl Unpin for UpdateMetadata
impl UnwindSafe for UpdateMetadata
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