pub struct AlertDelivery { /* private fields */ }Implementations§
Source§impl AlertDelivery
impl AlertDelivery
pub fn alert_class<T>(self, value: T) -> Self
pub fn alert_id<T>(self, value: T) -> Self
pub fn attempts<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn receiver_id<T>(self, value: T) -> Self
pub fn state<T>(self, value: T) -> Self
pub fn time_started<T>(self, value: T) -> Self
pub fn trigger<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for AlertDelivery
impl Clone for AlertDelivery
Source§fn clone(&self) -> AlertDelivery
fn clone(&self) -> AlertDelivery
Returns a duplicate 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 AlertDelivery
impl Debug for AlertDelivery
Source§impl Default for AlertDelivery
impl Default for AlertDelivery
Source§impl From<AlertDelivery> for AlertDelivery
impl From<AlertDelivery> for AlertDelivery
Source§fn from(value: AlertDelivery) -> Self
fn from(value: AlertDelivery) -> Self
Converts to this type from the input type.
Source§impl TryFrom<AlertDelivery> for AlertDelivery
impl TryFrom<AlertDelivery> for AlertDelivery
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: AlertDelivery) -> Result<Self, ConversionError>
fn try_from(value: AlertDelivery) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for AlertDelivery
impl RefUnwindSafe for AlertDelivery
impl Send for AlertDelivery
impl Sync for AlertDelivery
impl Unpin for AlertDelivery
impl UnsafeUnpin for AlertDelivery
impl UnwindSafe for AlertDelivery
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