pub struct LivepeerUrls {
pub vod: VodUrls,
pub task: TaskUrls,
pub auth: AuthUrls,
pub access_control: AccessControlUrls,
pub playback: PlaybackUrls,
}Fields§
§vod: VodUrls§task: TaskUrls§auth: AuthUrls§access_control: AccessControlUrls§playback: PlaybackUrlsImplementations§
Source§impl LivepeerUrls
impl LivepeerUrls
Trait Implementations§
Source§impl Clone for LivepeerUrls
impl Clone for LivepeerUrls
Source§fn clone(&self) -> LivepeerUrls
fn clone(&self) -> LivepeerUrls
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 LivepeerUrls
impl Debug for LivepeerUrls
impl Copy for LivepeerUrls
Auto Trait Implementations§
impl Freeze for LivepeerUrls
impl RefUnwindSafe for LivepeerUrls
impl Send for LivepeerUrls
impl Sync for LivepeerUrls
impl Unpin for LivepeerUrls
impl UnwindSafe for LivepeerUrls
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