pub enum NetEnv {
DEVNET,
MAINNET,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NetEnv
impl RefUnwindSafe for NetEnv
impl Send for NetEnv
impl Sync for NetEnv
impl Unpin for NetEnv
impl UnwindSafe for NetEnv
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