[][src]Struct sunrise_sm::SERVICES_EVENT

struct SERVICES_EVENT {
    __private_field: (),
}

Event signaled whenever a new service is registered. get_service waits on this event if the wanted service is not found, to try again when a new service comes up later.

Fields

__private_field: ()

Trait Implementations

impl Deref for SERVICES_EVENT[src]

type Target = (WritableEvent, ReadableEvent)

The resulting type after dereferencing.

impl LazyStatic for SERVICES_EVENT[src]

Auto Trait Implementations

impl RefUnwindSafe for SERVICES_EVENT

impl Send for SERVICES_EVENT

impl Sync for SERVICES_EVENT

impl Unpin for SERVICES_EVENT

impl UnwindSafe for SERVICES_EVENT

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> SizedIPCBuffer for 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.