[][src]Enum bluenrg::event::HandleUuidPairIterator

pub enum HandleUuidPairIterator<'a> {
    Format16(HandleUuid16PairIterator<'a>),
    Format128(HandleUuid128PairIterator<'a>),
}

Possible iterators over handle-UUID pairs that can be returnedby the ATT find information response. All pairs from the same event have the same format.

Variants

The event contains 16-bit UUIDs.

The event contains 128-bit UUIDs.

Auto Trait Implementations

impl<'a> Send for HandleUuidPairIterator<'a>

impl<'a> Sync for HandleUuidPairIterator<'a>

impl<'a> Unpin for HandleUuidPairIterator<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.