pub struct GetLive;
Expand description
Get an additional resource on a live 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 GetLive
impl ApiEndpoint for GetLive
Source§type Path = GetAssetResourceLivePath
type Path = GetAssetResourceLivePath
The path type for this endpoint.
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 Err = EmptyError
type Err = EmptyError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for GetLive
impl RefUnwindSafe for GetLive
impl Send for GetLive
impl Sync for GetLive
impl Unpin for GetLive
impl UnwindSafe for GetLive
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