[][src]Enum homekit::advertise::Interval

pub enum Interval {
    _10_25MS,
    _26_100MS,
    _101_300MS,
    _301_500MS,
    _501_1250MS,
    _1251_2500MS,
    _2500MS,
}

Variants

_10_25MS_26_100MS_101_300MS_301_500MS_501_1250MS_1251_2500MS_2500MS

Auto Trait Implementations

impl Send for Interval

impl Sync for Interval

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.

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

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

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

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