pub struct NotificationsSpec {
pub os_notify_on: OsNotifyPolicy,
pub os_rate_limit_sec: u64,
}Fields§
§os_notify_on: OsNotifyPolicy§os_rate_limit_sec: u64Trait Implementations§
Source§impl Clone for NotificationsSpec
impl Clone for NotificationsSpec
Source§fn clone(&self) -> NotificationsSpec
fn clone(&self) -> NotificationsSpec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NotificationsSpec
impl Debug for NotificationsSpec
Auto Trait Implementations§
impl Freeze for NotificationsSpec
impl RefUnwindSafe for NotificationsSpec
impl Send for NotificationsSpec
impl Sync for NotificationsSpec
impl Unpin for NotificationsSpec
impl UnsafeUnpin for NotificationsSpec
impl UnwindSafe for NotificationsSpec
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more