pub struct DeleteId;
Expand description
Remove media from the web media library.
Trait Implementations§
Source§impl ApiEndpoint for DeleteId
impl ApiEndpoint for DeleteId
Source§type Path = MediaIdDeletePath
type Path = MediaIdDeletePath
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 DeleteId
impl RefUnwindSafe for DeleteId
impl Send for DeleteId
impl Sync for DeleteId
impl Unpin for DeleteId
impl UnwindSafe for DeleteId
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