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