pub enum AsrSitePlacement {
Local,
PhoneRelay,
Fabric,
}Expand description
Where a glasses ASR site is placed.
Variants§
Local
ASR runs in the local host process.
PhoneRelay
ASR is relayed through the paired phone.
Fabric
ASR is placed on a fabric site.
Implementations§
Trait Implementations§
Source§impl Clone for AsrSitePlacement
impl Clone for AsrSitePlacement
Source§fn clone(&self) -> AsrSitePlacement
fn clone(&self) -> AsrSitePlacement
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AsrSitePlacement
Source§impl Debug for AsrSitePlacement
impl Debug for AsrSitePlacement
impl Eq for AsrSitePlacement
Source§impl PartialEq for AsrSitePlacement
impl PartialEq for AsrSitePlacement
impl StructuralPartialEq for AsrSitePlacement
Auto Trait Implementations§
impl Freeze for AsrSitePlacement
impl RefUnwindSafe for AsrSitePlacement
impl Send for AsrSitePlacement
impl Sync for AsrSitePlacement
impl Unpin for AsrSitePlacement
impl UnsafeUnpin for AsrSitePlacement
impl UnwindSafe for AsrSitePlacement
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