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