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