pub struct GetUrl;
Expand description
Get media from the web media library by url.
Trait Implementations§
Source§impl ApiEndpoint for GetUrl
impl ApiEndpoint for GetUrl
Source§type Path = MediaUrlGetPath
type Path = MediaUrlGetPath
The path type for this endpoint.
Source§type Res = WebMediaMetadataResponse
type Res = WebMediaMetadataResponse
The response type for this endpoint.
Source§type Err = EmptyError
type Err = EmptyError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for GetUrl
impl RefUnwindSafe for GetUrl
impl Send for GetUrl
impl Sync for GetUrl
impl Unpin for GetUrl
impl UnwindSafe for GetUrl
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