pub struct Max<Item> { /* private fields */ }
Implementations§
Source§impl<'a, Item> Max<Item>
impl<'a, Item> Max<Item>
pub fn new() -> Max<Item>
pub fn execute(&self, source: Observable<'a, Item>) -> Observable<'a, Item>
Trait Implementations§
Auto Trait Implementations§
impl<Item> Freeze for Max<Item>
impl<Item> RefUnwindSafe for Max<Item>where
Item: RefUnwindSafe,
impl<Item> Send for Max<Item>where
Item: Send,
impl<Item> Sync for Max<Item>where
Item: Sync,
impl<Item> Unpin for Max<Item>where
Item: Unpin,
impl<Item> UnwindSafe for Max<Item>where
Item: 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