Struct sc_utils::notification::NotificationSender
source · pub struct NotificationSender<Payload> { /* private fields */ }
Expand description
The sending half of the notifications channel(s).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Payload> !RefUnwindSafe for NotificationSender<Payload>
impl<Payload> Send for NotificationSender<Payload>where Payload: Send,
impl<Payload> Sync for NotificationSender<Payload>where Payload: Send,
impl<Payload> Unpin for NotificationSender<Payload>
impl<Payload> !UnwindSafe for NotificationSender<Payload>
Blanket Implementations§
§impl<T> SaturatedConversion for T
impl<T> SaturatedConversion for T
§fn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
fn saturated_from<T>(t: T) -> Selfwhere Self: UniqueSaturatedFrom<T>,
§fn saturated_into<T>(self) -> Twhere
Self: UniqueSaturatedInto<T>,
fn saturated_into<T>(self) -> Twhere Self: UniqueSaturatedInto<T>,
Consume self to return an equivalent value of
T
. Read more§impl<T, S> UniqueSaturatedInto<T> for Swhere
T: Bounded,
S: TryInto<T>,
impl<T, S> UniqueSaturatedInto<T> for Swhere T: Bounded, S: TryInto<T>,
§fn unique_saturated_into(self) -> T
fn unique_saturated_into(self) -> T
Consume self to return an equivalent value of
T
.