Struct wifi_ctrl::ap::RequestClient
source · pub struct RequestClient { /* private fields */ }
Expand description
Request client wraps the request events, awaiting oneshot channels when appropriate
Implementations§
source§impl RequestClient
impl RequestClient
Trait Implementations§
source§impl Clone for RequestClient
impl Clone for RequestClient
source§fn clone(&self) -> RequestClient
fn clone(&self) -> RequestClient
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 more