pub enum ResponseEventKey {
DeadlineApproaching,
}Variants§
DeadlineApproaching
Implementations§
Trait Implementations§
Source§impl Clone for ResponseEventKey
impl Clone for ResponseEventKey
Source§fn clone(&self) -> ResponseEventKey
fn clone(&self) -> ResponseEventKey
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 ResponseEventKey
impl Debug for ResponseEventKey
Source§impl<'de> Deserialize<'de> for ResponseEventKey
impl<'de> Deserialize<'de> for ResponseEventKey
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 ResponseEventKey
impl PartialEq for ResponseEventKey
Source§impl Serialize for ResponseEventKey
impl Serialize for ResponseEventKey
impl Eq for ResponseEventKey
impl StructuralPartialEq for ResponseEventKey
Auto Trait Implementations§
impl Freeze for ResponseEventKey
impl RefUnwindSafe for ResponseEventKey
impl Send for ResponseEventKey
impl Sync for ResponseEventKey
impl Unpin for ResponseEventKey
impl UnwindSafe for ResponseEventKey
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