pub struct DiedEventNone {}
Expand description
This should not contain any fields and is just here to make serde happy.
Trait Implementations§
Source§impl Clone for DiedEventNone
impl Clone for DiedEventNone
Source§fn clone(&self) -> DiedEventNone
fn clone(&self) -> DiedEventNone
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 DiedEventNone
impl Debug for DiedEventNone
Source§impl<'de> Deserialize<'de> for DiedEventNone
impl<'de> Deserialize<'de> for DiedEventNone
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 DiedEventNone
impl PartialEq for DiedEventNone
Source§impl Serialize for DiedEventNone
impl Serialize for DiedEventNone
impl StructuralPartialEq for DiedEventNone
Auto Trait Implementations§
impl Freeze for DiedEventNone
impl RefUnwindSafe for DiedEventNone
impl Send for DiedEventNone
impl Sync for DiedEventNone
impl Unpin for DiedEventNone
impl UnwindSafe for DiedEventNone
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