Struct rxrust::ops::skip_while::SkipWhileObserver
source · pub struct SkipWhileObserver<O, F> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<O, F> RefUnwindSafe for SkipWhileObserver<O, F>where F: RefUnwindSafe, O: RefUnwindSafe,
impl<O, F> Send for SkipWhileObserver<O, F>where F: Send, O: Send,
impl<O, F> Sync for SkipWhileObserver<O, F>where F: Sync, O: Sync,
impl<O, F> Unpin for SkipWhileObserver<O, F>where F: Unpin, O: Unpin,
impl<O, F> UnwindSafe for SkipWhileObserver<O, F>where F: UnwindSafe, O: UnwindSafe,
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