pub enum FloorClass {
Default,
Reasoning,
}Expand description
Which class floor sat beneath the ladder.
sources records that a value came from “the floor” but not which one,
and the explain surfaces cannot show it at all — they resolve stored
configuration with no request in hand.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for FloorClass
impl Clone for FloorClass
Source§fn clone(&self) -> FloorClass
fn clone(&self) -> FloorClass
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 FloorClass
impl Debug for FloorClass
Source§impl PartialEq for FloorClass
impl PartialEq for FloorClass
Source§fn eq(&self, other: &FloorClass) -> bool
fn eq(&self, other: &FloorClass) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for FloorClass
impl Eq for FloorClass
impl StructuralPartialEq for FloorClass
Auto Trait Implementations§
impl Freeze for FloorClass
impl RefUnwindSafe for FloorClass
impl Send for FloorClass
impl Sync for FloorClass
impl Unpin for FloorClass
impl UnsafeUnpin for FloorClass
impl UnwindSafe for FloorClass
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