Struct gse_do_not_disturb::DoNotDisturb[][src]

pub struct DoNotDisturb;

Methods

impl DoNotDisturb
[src]

Activate the do not disturb mode

Deactivate the do not disturb mode

Determines if the do not disturb mode is active. Returns true if DND is active, false otherwise.

Auto Trait Implementations