Struct rxrust::ops::default_if_empty::DefaultIfEmptyObserver
source · [−]pub struct DefaultIfEmptyObserver<O, Item> { /* private fields */ }
Trait Implementations
Auto Trait Implementations
impl<O, Item> RefUnwindSafe for DefaultIfEmptyObserver<O, Item> where
Item: RefUnwindSafe,
O: RefUnwindSafe,
impl<O, Item> Send for DefaultIfEmptyObserver<O, Item> where
Item: Send,
O: Send,
impl<O, Item> Sync for DefaultIfEmptyObserver<O, Item> where
Item: Sync,
O: Sync,
impl<O, Item> Unpin for DefaultIfEmptyObserver<O, Item> where
Item: Unpin,
O: Unpin,
impl<O, Item> UnwindSafe for DefaultIfEmptyObserver<O, Item> where
Item: UnwindSafe,
O: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more