pub enum ExplorerStopReason {
TimedOut,
Cancelled,
}Variants§
Trait Implementations§
Source§impl Clone for ExplorerStopReason
impl Clone for ExplorerStopReason
Source§fn clone(&self) -> ExplorerStopReason
fn clone(&self) -> ExplorerStopReason
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ExplorerStopReason
Source§impl Debug for ExplorerStopReason
impl Debug for ExplorerStopReason
impl Eq for ExplorerStopReason
Source§impl PartialEq for ExplorerStopReason
impl PartialEq for ExplorerStopReason
Source§fn eq(&self, other: &ExplorerStopReason) -> bool
fn eq(&self, other: &ExplorerStopReason) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ExplorerStopReason
impl Serialize for ExplorerStopReason
impl StructuralPartialEq for ExplorerStopReason
Auto Trait Implementations§
impl Freeze for ExplorerStopReason
impl RefUnwindSafe for ExplorerStopReason
impl Send for ExplorerStopReason
impl Sync for ExplorerStopReason
impl Unpin for ExplorerStopReason
impl UnsafeUnpin for ExplorerStopReason
impl UnwindSafe for ExplorerStopReason
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