pub struct GetDraft;
Expand description
Get an additional resource on a draft JIG or Playlist copy by id.
§Authorization
Standard
§Errors
Unauthorized
if authorization is not valid.NotFound
if the additional resource or the parent JIG or Playlist doesn’t exist.
Trait Implementations§
Source§impl ApiEndpoint for GetDraft
impl ApiEndpoint for GetDraft
Source§type Req = AssetIdResource
type Req = AssetIdResource
The request type for this endpoint.
Source§type Res = AdditionalResource
type Res = AdditionalResource
The response type for this endpoint.
Source§type Path = GetAssetResourceDraftPath
type Path = GetAssetResourceDraftPath
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 GetDraft
impl RefUnwindSafe for GetDraft
impl Send for GetDraft
impl Sync for GetDraft
impl Unpin for GetDraft
impl UnwindSafe for GetDraft
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