Type Alias config_it::BroadcastReceiver

source ·
pub type BroadcastReceiver = Receiver;

Aliased Type§

struct BroadcastReceiver(/* private fields */);

Implementations§

source§

impl Receiver

source

pub fn invalidate(&mut self)

source

pub fn has_update(&self) -> Option<bool>

source

pub fn try_recv(&mut self) -> Result<(), TryWaitError>

source

pub fn recv(&mut self) -> Wait<'_>

Trait Implementations§

source§

impl Clone for Receiver

source§

fn clone(&self) -> Receiver

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Receiver

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more