Docs.rs
  • unc-workspaces-0.7.1
    • unc-workspaces 0.7.1
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • fadeAce
    • Dependencies
      • async-trait ^0.1 normal
      • base64 ^0.22.0 normal
      • bs58 ^0.5 normal
      • cargo-unc ^0.7.1 normal
      • cargo_metadata ^0.18 normal optional
      • chrono ^0.4.19 normal
      • fs2 ^0.4 normal
      • json-patch ^1.0 normal
      • rand ^0.8.4 normal
      • reqwest ^0.12.3 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • sha2 ^0.10 normal
      • tempfile ^3.3 normal
      • thiserror ^1.0 normal
      • tokio ^1 normal
      • tokio-retry ^0.3 normal
      • tracing ^0.1 normal
      • unc-abi-client ^0.1.0 normal
      • unc-account-id ^0.1.0 normal
      • unc-chain-configs ^0.7.1 normal optional
      • unc-crypto ^0.7.1 normal
      • unc-gas ^0.1.0 normal
      • unc-jsonrpc-client ^0.7.1 normal
      • unc-jsonrpc-primitives ^0.7.1 normal
      • unc-primitives ^0.7.1 normal
      • unc-sandbox-utils ^0.7.0 normal
      • unc-sdk ^0.7.0 normal optional
      • unc-token ^0.4.0 normal
      • url ^2.2.2 normal
      • anyhow ^1.0 dev
      • futures ^0.3 dev
      • test-log ^0.2.8 dev
      • tracing-subscriber ^0.3.5 dev
      • unc-sdk ^0.7.0 dev
      • unc-sandbox-utils ^0.7.0 build
      • libc ^0.2 normal
    • Versions
    • 79.91% of the crate is documented
  • Go to latest version
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

unc_workspaces0.7.1

AllowDevAccountCreation

Implementors

In unc_workspaces::network

?
Change settings

Trait unc_workspaces::network::AllowDevAccountCreation

source ·
pub trait AllowDevAccountCreation { }

Implementors§

source§

impl AllowDevAccountCreation for Sandbox

source§

impl AllowDevAccountCreation for Testnet

source§

impl<T> AllowDevAccountCreation for Worker<T>
where T: AllowDevAccountCreation,