pub struct Reality {}
Expand description
Does not compile. Fix is up to you.
Trait Implementations§
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