pub enum EngineRequest {
Bloop {
client_id: String,
nfc_uid: NfcUid,
},
RetrieveAudio {
id: Uuid,
},
PreloadCheck {
manifest_hash: Option<DataHash>,
},
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EngineRequest
impl RefUnwindSafe for EngineRequest
impl Send for EngineRequest
impl Sync for EngineRequest
impl Unpin for EngineRequest
impl UnwindSafe for EngineRequest
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