Enum dsnp_graph_sdk_ffi::Environment
source · #[repr(C)]pub enum Environment {
Mainnet,
Rococo,
TestnetPaseo,
Dev(Config),
}
Expand description
Environment
type for Config
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for Environment
impl !Send for Environment
impl !Sync for Environment
impl Unpin for Environment
impl UnwindSafe for Environment
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