pub enum TestAddDeviceRequest {
AddDevice {
responder: TestAddDeviceAddDeviceResponder,
},
}
Variants§
AddDevice
Fields
§
responder: TestAddDeviceAddDeviceResponder
Implementations§
Source§impl TestAddDeviceRequest
impl TestAddDeviceRequest
pub fn into_add_device(self) -> Option<TestAddDeviceAddDeviceResponder>
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 TestAddDeviceRequest
impl !RefUnwindSafe for TestAddDeviceRequest
impl Send for TestAddDeviceRequest
impl Sync for TestAddDeviceRequest
impl Unpin for TestAddDeviceRequest
impl !UnwindSafe for TestAddDeviceRequest
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