pub enum BluetoothRecoveryReason {
IngressPressure,
SetupFailure,
TransportClosure,
}Variants§
Trait Implementations§
Source§impl Clone for BluetoothRecoveryReason
impl Clone for BluetoothRecoveryReason
Source§fn clone(&self) -> BluetoothRecoveryReason
fn clone(&self) -> BluetoothRecoveryReason
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 BluetoothRecoveryReason
Source§impl Debug for BluetoothRecoveryReason
impl Debug for BluetoothRecoveryReason
impl Eq for BluetoothRecoveryReason
Source§impl PartialEq for BluetoothRecoveryReason
impl PartialEq for BluetoothRecoveryReason
impl StructuralPartialEq for BluetoothRecoveryReason
Auto Trait Implementations§
impl Freeze for BluetoothRecoveryReason
impl RefUnwindSafe for BluetoothRecoveryReason
impl Send for BluetoothRecoveryReason
impl Sync for BluetoothRecoveryReason
impl Unpin for BluetoothRecoveryReason
impl UnsafeUnpin for BluetoothRecoveryReason
impl UnwindSafe for BluetoothRecoveryReason
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