pub struct AlertResolved {
pub alert: AlertId,
pub at: OffsetDateTime,
}Fields§
§alert: AlertId§at: OffsetDateTimeTrait Implementations§
Source§impl Clone for AlertResolved
impl Clone for AlertResolved
Source§fn clone(&self) -> AlertResolved
fn clone(&self) -> AlertResolved
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 AlertResolved
impl Debug for AlertResolved
Source§impl<'de> Deserialize<'de> for AlertResolved
impl<'de> Deserialize<'de> for AlertResolved
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
Auto Trait Implementations§
impl Freeze for AlertResolved
impl RefUnwindSafe for AlertResolved
impl Send for AlertResolved
impl Sync for AlertResolved
impl Unpin for AlertResolved
impl UnsafeUnpin for AlertResolved
impl UnwindSafe for AlertResolved
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