Docs.rs
  • embedded-svc-0.22.3
    • embedded-svc 0.22.3
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • MabezDev
    • ivmarkov
    • github:esp-rs:espressif
    • Dependencies
      • anyhow ^1 normal
      • async-task ^4 normal
      • embedded-io ^0.3 normal
      • enumset ^1 normal
      • futures ^0.3 normal
      • heapless ^0.7 normal
      • log ^0.4 normal
      • no-std-net ^0.5 normal
      • num_enum ^0.5 normal
      • serde ^1 normal
      • serde-json-core ^0.4 normal
      • serde_json ^1 normal
      • strum ^0.23 normal
      • strum_macros ^0.23 normal
    • Versions
    • 1.05% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • 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
logo

logo

TransitionalState

Required Methods

  • get_operating
  • is_operating
  • is_transitional

Implementors

In embedded_svc::wifi

?
Change settings

Trait embedded_svc::wifi::TransitionalState

source ·
pub trait TransitionalState<T> {
    fn is_transitional(&self) -> bool;
    fn is_operating(&self) -> bool;
    fn get_operating(&self) -> Option<&T>;
}

Required Methods

source

fn is_transitional(&self) -> bool

source

fn is_operating(&self) -> bool

source

fn get_operating(&self) -> Option<&T>

Implementors

source

impl TransitionalState<ApIpStatus> for ApStatus

source

impl TransitionalState<ClientConnectionStatus> for ClientStatus

source

impl TransitionalState<ClientIpStatus> for ClientConnectionStatus

source

impl TransitionalState<()> for ApIpStatus

source

impl TransitionalState<ClientSettings> for ClientIpStatus