pub enum ModuleChangeSubevent {
Loaded,
Unloaded,
}
Variants§
Trait Implementations§
source§impl Clone for ModuleChangeSubevent
impl Clone for ModuleChangeSubevent
source§fn clone(&self) -> ModuleChangeSubevent
fn clone(&self) -> ModuleChangeSubevent
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 ModuleChangeSubevent
impl Debug for ModuleChangeSubevent
source§impl Ord for ModuleChangeSubevent
impl Ord for ModuleChangeSubevent
source§fn cmp(&self, other: &ModuleChangeSubevent) -> Ordering
fn cmp(&self, other: &ModuleChangeSubevent) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<ModuleChangeSubevent> for ModuleChangeSubevent
impl PartialEq<ModuleChangeSubevent> for ModuleChangeSubevent
source§fn eq(&self, other: &ModuleChangeSubevent) -> bool
fn eq(&self, other: &ModuleChangeSubevent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ModuleChangeSubevent> for ModuleChangeSubevent
impl PartialOrd<ModuleChangeSubevent> for ModuleChangeSubevent
source§fn partial_cmp(&self, other: &ModuleChangeSubevent) -> Option<Ordering>
fn partial_cmp(&self, other: &ModuleChangeSubevent) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for ModuleChangeSubevent
impl Eq for ModuleChangeSubevent
impl StructuralEq for ModuleChangeSubevent
impl StructuralPartialEq for ModuleChangeSubevent
Auto Trait Implementations§
impl RefUnwindSafe for ModuleChangeSubevent
impl Send for ModuleChangeSubevent
impl Sync for ModuleChangeSubevent
impl Unpin for ModuleChangeSubevent
impl UnwindSafe for ModuleChangeSubevent
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