pub struct LivepeerClient {
pub config: LivepeerConfig,
}Fields§
§config: LivepeerConfigTrait Implementations§
Source§impl Clone for LivepeerClient
impl Clone for LivepeerClient
Source§fn clone(&self) -> LivepeerClient
fn clone(&self) -> LivepeerClient
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 moreAuto Trait Implementations§
impl Freeze for LivepeerClient
impl RefUnwindSafe for LivepeerClient
impl Send for LivepeerClient
impl Sync for LivepeerClient
impl Unpin for LivepeerClient
impl UnwindSafe for LivepeerClient
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