pub enum AutoEjectState {
Reachable,
Ejected,
}Expand description
Result of asking AutoEject whether a target is reachable.
Variants§
Reachable
Target is reachable. The caller may proceed.
Ejected
Target was auto-ejected and the eject window has not yet elapsed. The caller must skip this target.
Trait Implementations§
Source§impl Clone for AutoEjectState
impl Clone for AutoEjectState
Source§fn clone(&self) -> AutoEjectState
fn clone(&self) -> AutoEjectState
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 moreSource§impl Debug for AutoEjectState
impl Debug for AutoEjectState
Source§impl Hash for AutoEjectState
impl Hash for AutoEjectState
Source§impl PartialEq for AutoEjectState
impl PartialEq for AutoEjectState
Source§fn eq(&self, other: &AutoEjectState) -> bool
fn eq(&self, other: &AutoEjectState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AutoEjectState
impl Eq for AutoEjectState
impl StructuralPartialEq for AutoEjectState
Auto Trait Implementations§
impl Freeze for AutoEjectState
impl RefUnwindSafe for AutoEjectState
impl Send for AutoEjectState
impl Sync for AutoEjectState
impl Unpin for AutoEjectState
impl UnsafeUnpin for AutoEjectState
impl UnwindSafe for AutoEjectState
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.