struct Errand {
target: PublicKey,
op: Operation,
no_save: bool,
}Expand description
One operation against one device, waiting for a radio to run on.
Fields§
§target: PublicKey§op: Operation§no_save: boolTrait Implementations§
Source§impl RadioErrand for Errand
impl RadioErrand for Errand
async fn run<R: Radio>( self, mac: &AsyncRefCell<Mac<TokioPlatform<R, TokioFileCounterStore, TokioFileKeyValueStore>, IDENTITIES, PEERS, CHANNELS, ACKS, TX, FRAME, DUP>>, identity: SoftwareIdentity, ) -> Result<()>
Auto Trait Implementations§
impl Freeze for Errand
impl RefUnwindSafe for Errand
impl Send for Errand
impl Sync for Errand
impl Unpin for Errand
impl UnwindSafe for Errand
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more