pub enum ProbeOutcome {
Free,
Occupied,
}
Variants§
Trait Implementations§
Source§impl Debug for ProbeOutcome
impl Debug for ProbeOutcome
Source§impl PartialEq for ProbeOutcome
impl PartialEq for ProbeOutcome
impl StructuralPartialEq for ProbeOutcome
Auto Trait Implementations§
impl Freeze for ProbeOutcome
impl RefUnwindSafe for ProbeOutcome
impl Send for ProbeOutcome
impl Sync for ProbeOutcome
impl Unpin for ProbeOutcome
impl UnwindSafe for ProbeOutcome
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