pub struct LiveRequest { /* private fields */ }Expand description
Request-owned stream of Mocker output signals.
Implementations§
Trait Implementations§
Source§impl Drop for LiveRequest
impl Drop for LiveRequest
Auto Trait Implementations§
impl !RefUnwindSafe for LiveRequest
impl !UnwindSafe for LiveRequest
impl Freeze for LiveRequest
impl Send for LiveRequest
impl Sync for LiveRequest
impl Unpin for LiveRequest
impl UnsafeUnpin for LiveRequest
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