pub struct PutImageUsage;
Expand description
Update usage of an Image for metric purposes
Trait Implementations§
Source§impl ApiEndpoint for PutImageUsage
impl ApiEndpoint for PutImageUsage
Source§type Path = ImagePutPath
type Path = ImagePutPath
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 PutImageUsage
impl RefUnwindSafe for PutImageUsage
impl Send for PutImageUsage
impl Sync for PutImageUsage
impl Unpin for PutImageUsage
impl UnwindSafe for PutImageUsage
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