pub enum LivepeerEnv {
Box,
Dev,
Stg,
Prod,
Origin,
Test,
}Variants§
Trait Implementations§
Source§impl Clone for LivepeerEnv
impl Clone for LivepeerEnv
Source§fn clone(&self) -> LivepeerEnv
fn clone(&self) -> LivepeerEnv
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 LivepeerEnv
impl RefUnwindSafe for LivepeerEnv
impl Send for LivepeerEnv
impl Sync for LivepeerEnv
impl Unpin for LivepeerEnv
impl UnwindSafe for LivepeerEnv
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