pub enum BlueZHost {
Linux,
}Variants§
Linux
Trait Implementations§
impl Copy for BlueZHost
impl Eq for BlueZHost
impl StructuralPartialEq for BlueZHost
Auto Trait Implementations§
impl Freeze for BlueZHost
impl RefUnwindSafe for BlueZHost
impl Send for BlueZHost
impl Sync for BlueZHost
impl Unpin for BlueZHost
impl UnsafeUnpin for BlueZHost
impl UnwindSafe for BlueZHost
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