pub enum Reality {
Real,
BalancedVirtual,
UnbalancedVirtual,
}
Variants§
Trait Implementations§
impl Copy for Reality
impl Eq for Reality
impl StructuralPartialEq for Reality
Auto Trait Implementations§
impl Freeze for Reality
impl RefUnwindSafe for Reality
impl Send for Reality
impl Sync for Reality
impl Unpin for Reality
impl UnwindSafe for Reality
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