pub struct DummyObs;
Expand description
Dummy observation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DummyObs
impl RefUnwindSafe for DummyObs
impl Send for DummyObs
impl Sync for DummyObs
impl Unpin for DummyObs
impl UnwindSafe for DummyObs
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