pub struct PlaybackApi {
pub client: LivepeerClient,
pub urls: LivepeerUrls,
}Fields§
§client: LivepeerClient§urls: LivepeerUrlsImplementations§
Source§impl PlaybackApi
impl PlaybackApi
Sourcepub fn new(client: &LivepeerClient) -> Self
pub fn new(client: &LivepeerClient) -> Self
Trait Implementations§
Source§impl Clone for PlaybackApi
impl Clone for PlaybackApi
Source§fn clone(&self) -> PlaybackApi
fn clone(&self) -> PlaybackApi
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PlaybackApi
impl Debug for PlaybackApi
Auto Trait Implementations§
impl Freeze for PlaybackApi
impl RefUnwindSafe for PlaybackApi
impl Send for PlaybackApi
impl Sync for PlaybackApi
impl Unpin for PlaybackApi
impl UnwindSafe for PlaybackApi
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