pub struct NotificationCondition {
pub notify_delay_after: f64,
}Fields§
§notify_delay_after: f64Trait Implementations§
source§impl Clone for NotificationCondition
impl Clone for NotificationCondition
source§fn clone(&self) -> NotificationCondition
fn clone(&self) -> NotificationCondition
Returns a copy of the value. Read more
1.0.0 · 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 NotificationCondition
impl Debug for NotificationCondition
source§impl Default for NotificationCondition
impl Default for NotificationCondition
source§fn default() -> NotificationCondition
fn default() -> NotificationCondition
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for NotificationCondition
impl<'de> Deserialize<'de> for NotificationCondition
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for NotificationCondition
impl PartialEq for NotificationCondition
source§fn eq(&self, other: &NotificationCondition) -> bool
fn eq(&self, other: &NotificationCondition) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for NotificationCondition
impl Serialize for NotificationCondition
impl StructuralPartialEq for NotificationCondition
Auto Trait Implementations§
impl RefUnwindSafe for NotificationCondition
impl Send for NotificationCondition
impl Sync for NotificationCondition
impl Unpin for NotificationCondition
impl UnwindSafe for NotificationCondition
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