pub enum DeviceSetupRequest {
SetChannel {
req: ServerEnd<DeviceMarker>,
responder: DeviceSetupSetChannelResponder,
},
}
Variants§
SetChannel
Implementations§
Source§impl DeviceSetupRequest
impl DeviceSetupRequest
pub fn into_set_channel( self, ) -> Option<(ServerEnd<DeviceMarker>, DeviceSetupSetChannelResponder)>
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 DeviceSetupRequest
impl !RefUnwindSafe for DeviceSetupRequest
impl Send for DeviceSetupRequest
impl Sync for DeviceSetupRequest
impl Unpin for DeviceSetupRequest
impl !UnwindSafe for DeviceSetupRequest
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