pub enum ReplAsyncLoadSubevent {
Started,
Aborted,
Completed,
}Variants§
Trait Implementations§
Source§impl Clone for ReplAsyncLoadSubevent
impl Clone for ReplAsyncLoadSubevent
Source§fn clone(&self) -> ReplAsyncLoadSubevent
fn clone(&self) -> ReplAsyncLoadSubevent
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 ReplAsyncLoadSubevent
impl Debug for ReplAsyncLoadSubevent
Source§impl Ord for ReplAsyncLoadSubevent
impl Ord for ReplAsyncLoadSubevent
Source§fn cmp(&self, other: &ReplAsyncLoadSubevent) -> Ordering
fn cmp(&self, other: &ReplAsyncLoadSubevent) -> 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 for ReplAsyncLoadSubevent
impl PartialEq for ReplAsyncLoadSubevent
Source§impl PartialOrd for ReplAsyncLoadSubevent
impl PartialOrd for ReplAsyncLoadSubevent
impl Copy for ReplAsyncLoadSubevent
impl Eq for ReplAsyncLoadSubevent
impl StructuralPartialEq for ReplAsyncLoadSubevent
Auto Trait Implementations§
impl Freeze for ReplAsyncLoadSubevent
impl RefUnwindSafe for ReplAsyncLoadSubevent
impl Send for ReplAsyncLoadSubevent
impl Sync for ReplAsyncLoadSubevent
impl Unpin for ReplAsyncLoadSubevent
impl UnsafeUnpin for ReplAsyncLoadSubevent
impl UnwindSafe for ReplAsyncLoadSubevent
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