pub enum DeprecatedClientRequest {
Status {
responder: DeprecatedClientStatusResponder,
},
}
Expand description
Allows legacy interactions with a WLAN client interface.
Variants§
Status
Queries the status of the most recently discovered WLAN client interface.
Fields
§
responder: DeprecatedClientStatusResponder
Implementations§
Source§impl DeprecatedClientRequest
impl DeprecatedClientRequest
pub fn into_status(self) -> Option<DeprecatedClientStatusResponder>
Sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeprecatedClientRequest
impl !RefUnwindSafe for DeprecatedClientRequest
impl Send for DeprecatedClientRequest
impl Sync for DeprecatedClientRequest
impl Unpin for DeprecatedClientRequest
impl !UnwindSafe for DeprecatedClientRequest
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