pub struct TestObs { /* private fields */ }
Expand description
Obs for testing.
Trait Implementations§
Source§impl From<TestObs> for TestObsBatch
impl From<TestObs> for TestObsBatch
Auto Trait Implementations§
impl Freeze for TestObs
impl RefUnwindSafe for TestObs
impl Send for TestObs
impl Sync for TestObs
impl Unpin for TestObs
impl UnwindSafe for TestObs
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