impl PartialEq<EndEvent> for EndEvent
[src]fn eq(&self, other: &EndEvent) -> bool
[src]#[must_use]
fn ne(&self, other: &Rhs) -> bool
This method tests for !=
.
impl Default for EndEvent
[src]impl Clone for EndEvent
[src]fn clone(&self) -> EndEvent
[src]fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Debug for EndEvent
[src]impl<T> From for T
[src]impl<T, U> Into for T where
U: From<T>,
[src]impl<T> ToOwned for T where
T: Clone,
[src]impl<T, U> TryFrom for T where
T: From<U>,
[src]type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]impl<T> Borrow for T where
T: ?Sized,
[src]impl<T> BorrowMut for T where
T: ?Sized,
[src]fn borrow_mut(&mut self) -> &mut T
[src]impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]impl<T> Any for T where
T: 'static + ?Sized,
[src]fn get_type_id(&self) -> TypeId
[src]impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self