pub enum ScheduledScanTransactionRequest {}Expand description
Transaction channel for a scheduled scan operation. To cancel a scheduled scan, drop this channel. If the scan is canceled by the driver/firmware, this channel will be closed by SME.
Implementations§
Source§impl ScheduledScanTransactionRequest
impl ScheduledScanTransactionRequest
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 ScheduledScanTransactionRequest
impl RefUnwindSafe for ScheduledScanTransactionRequest
impl Send for ScheduledScanTransactionRequest
impl Sync for ScheduledScanTransactionRequest
impl Unpin for ScheduledScanTransactionRequest
impl UnsafeUnpin for ScheduledScanTransactionRequest
impl UnwindSafe for ScheduledScanTransactionRequest
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